Skip to content

Commit

Permalink
[spec] move -no-xkbcommon to without-x11 conditional branch
Browse files Browse the repository at this point in the history
  • Loading branch information
faenil committed Dec 29, 2015
1 parent d826d97 commit 818c499
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rpm/qtbase.spec
Expand Up @@ -574,7 +574,6 @@ MAKEFLAGS=%{?_smp_mflags} \
-system-zlib \
-system-libpng \
-system-libjpeg \
-no-xkbcommon \
-no-rpath \
-optimized-qmake \
-dbus-linked \
Expand All @@ -591,6 +590,7 @@ MAKEFLAGS=%{?_smp_mflags} \
%if %{with X11}
-xcb \
%else
-no-xkbcommon \
-no-xcb \
%endif
-no-xinput2 \
Expand Down Expand Up @@ -1008,4 +1008,4 @@ ln -s %{_sysconfdir}/xdg/qtchooser/5.conf %{buildroot}%{_sysconfdir}/xdg/qtchoos
%defattr(-,root,root,-)
%{_sysconfdir}/xdg/qtchooser/default.conf

#### No changelog section, separate $pkg.changes contains the history
#### No changelog section, separate $pkg.changes contains the history

0 comments on commit 818c499

Please sign in to comment.