Add back the comment

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libxkbcommon?expand=0&rev=21
This commit is contained in:
Jan Engelhardt 2014-09-09 16:48:13 +00:00 committed by Git OBS Bridge
parent 464781c484
commit 38a3eb4987

View File

@ -117,6 +117,9 @@ extra_opts=--disable-x11
%endif
# Ensure people will use pkgconfig to locate headers.
%configure --disable-static --includedir="%_includedir/pkg/%name" $extra_opts
# libxkbcommon has added symbols between 0.2.0..0.4.2 without maintenance;
# force versioning so rpm can detect potentially incompatible mixtures
# of programs and libraries.
make %{?_smp_mflags} V=1 AM_LDFLAGS="-release %version"
%install