diff options
author | Tomasz Olszak <olszak.tomasz@gmail.com> | 2013-12-13 00:15:14 +0100 |
---|---|---|
committer | Tomasz Olszak <olszak.tomasz@gmail.com> | 2014-03-13 21:59:09 +0100 |
commit | f7e7ebfe3962c3f8ced64f84b238848626f95d2c (patch) | |
tree | d0e16c506ad09d458a7c53cc929ace1effa0fd4d | |
parent | 7619381b31911579ec9b8a08a353e6feba210f19 (diff) | |
download | qtwayland-f7e7ebfe3962c3f8ced64f84b238848626f95d2c.tar.gz qtwayland-f7e7ebfe3962c3f8ced64f84b238848626f95d2c.tar.bz2 qtwayland-f7e7ebfe3962c3f8ced64f84b238848626f95d2c.zip |
Build qtwayland only when %{with wayland}.
-rw-r--r-- | packaging/qt5-qtwayland.spec | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/packaging/qt5-qtwayland.spec b/packaging/qt5-qtwayland.spec index 4f68dd47..ecb1525b 100644 --- a/packaging/qt5-qtwayland.spec +++ b/packaging/qt5-qtwayland.spec @@ -22,6 +22,7 @@ # This file is based on qtwayland.spec from Mer project # http://merproject.org +%bcond_with wayland Name: qt5-qtwayland Summary: Qt Wayland compositor @@ -31,6 +32,7 @@ Group: Base/Libraries License: LGPL-2.1+ or GPL-3.0 URL: http://qt.digia.com Source0: %{name}-%{version}.tar.bz2 +%if %{with wayland} BuildRequires: pkgconfig(Qt5Core) BuildRequires: pkgconfig(Qt5Gui) BuildRequires: pkgconfig(Qt5Widgets) @@ -40,19 +42,21 @@ BuildRequires: pkgconfig(Qt5Qml) BuildRequires: pkgconfig(Qt5Quick) BuildRequires: pkgconfig(Qt5DBus) BuildRequires: pkgconfig(wayland-client) +BuildRequires: pkgconfig(wayland-cursor) BuildRequires: pkgconfig(wayland-egl) +BuildRequires: pkgconfig(egl) BuildRequires: pkgconfig(glib-2.0) BuildRequires: libffi-devel BuildRequires: fdupes BuildRequires: pkgconfig(xkbcommon) - +%endif %description Qt is a cross-platform application and UI framework. Using Qt, you can write web-enabled applications once and deploy them across desktop, mobile and embedded systems without rewriting the source code. . This package contains the Qt wayland compositor for wayland_egl - +%if %{with wayland} %package devel Summary: Qt Wayland compositor - development files Group: Base/Libraries @@ -114,5 +118,5 @@ rm -rf %{buildroot} #%{_datadir}/qt5/mkspecs/modules/qt_lib_compositor_private.pri %{_libdir}/qt5/bin/qtwaylandscanner %{_libdir}/cmake - +%endif #### No changelog section, separate $pkg.changes contains the history |