diff options
author | Tomasz Olszak <olszak.tomasz@gmail.com> | 2014-01-17 23:01:02 +0100 |
---|---|---|
committer | Tomasz Olszak <olszak.tomasz@gmail.com> | 2014-01-17 23:01:02 +0100 |
commit | 85edcece8471971ca909a40a8d91fa4968f95cb5 (patch) | |
tree | 3f8e1517673bf521f3df8de02a4042694b12e068 | |
parent | 795e17f94c3583e04ef97d4f66f70ee9196eab48 (diff) | |
download | qtwayland-accepted/tizen/generic/20140120.081350.tar.gz qtwayland-accepted/tizen/generic/20140120.081350.tar.bz2 qtwayland-accepted/tizen/generic/20140120.081350.zip |
Fixed build when %{with x} and %{with wayland} is set.submit/tizen/20140117.222715accepted/tizen/mobile/20140122.162835accepted/tizen/ivi/20140117.230502accepted/tizen/generic/20140120.081350accepted/tizen/mobile
Tizen-Bug: TIVI-2416
Change-Id: Ic807646eaf04bfc08e47067c4be63cdebf58da66
Signed-off-by: Tomasz Olszak <olszak.tomasz@gmail.com>
-rw-r--r-- | packaging/qt5-qtwayland.spec | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packaging/qt5-qtwayland.spec b/packaging/qt5-qtwayland.spec index c4ace9d9..0033da2b 100644 --- a/packaging/qt5-qtwayland.spec +++ b/packaging/qt5-qtwayland.spec @@ -23,6 +23,7 @@ # This file is based on qtwayland.spec from Mer project # http://merproject.org %bcond_with wayland +%bcond_with x Name: qt5-qtwayland Summary: Qt Wayland compositor @@ -37,6 +38,9 @@ BuildRequires: pkgconfig(Qt5Core) BuildRequires: pkgconfig(Qt5Gui) BuildRequires: pkgconfig(Qt5OpenGL) BuildRequires: pkgconfig(Qt5PlatformSupport) +%if %{with x} +BuildRequires: pkgconfig(Qt5DBus) +%endif BuildRequires: pkgconfig(wayland-client) BuildRequires: pkgconfig(wayland-cursor) BuildRequires: pkgconfig(wayland-egl) |