forked from jengelh/wayland
New header location
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wayland?expand=0&rev=28
This commit is contained in:
parent
2fc6a9ef2b
commit
c108afff18
@ -5,6 +5,7 @@ Wed Apr 17 05:41:15 UTC 2013 - jengelh@inai.de
|
|||||||
* Optimize damage handling when moving surfaces in and out of planes
|
* Optimize damage handling when moving surfaces in and out of planes
|
||||||
* Touch screen calibration feature and client
|
* Touch screen calibration feature and client
|
||||||
* Proper support for popup surfaces
|
* Proper support for popup surfaces
|
||||||
|
- Use a header location that does not change with every release
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Mar 24 15:46:12 UTC 2013 - hrvoje.senjan@gmail.com
|
Sun Mar 24 15:46:12 UTC 2013 - hrvoje.senjan@gmail.com
|
||||||
|
@ -105,7 +105,8 @@ to develop applications that require these.
|
|||||||
if [ ! -e configure ]; then
|
if [ ! -e configure ]; then
|
||||||
autoreconf -fi;
|
autoreconf -fi;
|
||||||
fi;
|
fi;
|
||||||
%configure --disable-static --includedir=%_includedir/%name-%version
|
# Ensure people will use pkgconfig to locate headers
|
||||||
|
%configure --disable-static --includedir="%_includedir/pkg/%name"
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -139,7 +140,7 @@ XDG_RUNTIME_DIR="$PWD/xdg" make check %{?_smp_mflags};
|
|||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%_bindir/wayland-scanner
|
%_bindir/wayland-scanner
|
||||||
%_includedir/%name-%version
|
%_includedir/pkg/
|
||||||
%_libdir/libwayland-*.so
|
%_libdir/libwayland-*.so
|
||||||
%_libdir/pkgconfig/wayland-*.pc
|
%_libdir/pkgconfig/wayland-*.pc
|
||||||
%_datadir/aclocal
|
%_datadir/aclocal
|
||||||
|
Loading…
Reference in New Issue
Block a user