SHA256
1
0
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:
Jan Engelhardt 2013-04-17 06:10:08 +00:00 committed by Git OBS Bridge
parent 2fc6a9ef2b
commit c108afff18
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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