diff options
author | MyungJoo Ham <myungjoo.ham@samsung.com> | 2017-11-16 20:29:23 +0900 |
---|---|---|
committer | Jiho Chu <jiho.chu@samsung.com> | 2017-11-21 14:36:03 +0900 |
commit | 7b44dbe365e4661343257b8709e8254088036f60 (patch) | |
tree | 921e1921dd726028315180ee190a5c4333efec55 | |
parent | 27ac7f826153d72b2ad9661ee14725529615efde (diff) | |
download | qtbase-7b44dbe365e4661343257b8709e8254088036f60.tar.gz qtbase-7b44dbe365e4661343257b8709e8254088036f60.tar.bz2 qtbase-7b44dbe365e4661343257b8709e8254088036f60.zip |
DIST: follow-up changes in Tizen 5.0
We are using QT5 temporarily in a Tizen 5.0 based project.
Recent chagnes in Tizen had some issues with dependencies from QT5.
This resolves build errors due to dependency changes.
Change-Id: I2b04c391f85f07a031fd3d897e84110debbb6e04
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
-rw-r--r-- | packaging/qt5.spec | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packaging/qt5.spec b/packaging/qt5.spec index 729ac0a9a6..1ccff81dfa 100644 --- a/packaging/qt5.spec +++ b/packaging/qt5.spec @@ -108,6 +108,8 @@ BuildRequires: pkgconfig(xrender) BuildRequires: pkgconfig(xscrnsaver) %endif %endif +BuildRequires: pkgconfig(libpulse) +BuildRequires: mesa-devel %description @@ -625,6 +627,9 @@ MAKEFLAGS=%{?_smp_mflags} \ -qmldir "%{_libdir}/qt5/qml" \ -libexecdir "%{_libdir}/qt5/libexec" \ -opensource \ + -no-libproxy \ + -no-sql-db2 \ + -no-sql-oci \ -no-sql-ibase \ -no-sql-mysql \ -no-sql-odbc \ |