DIST: follow-up changes in Tizen 5.0 10/160510/2
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Thu, 16 Nov 2017 11:29:23 +0000 (20:29 +0900)
committerJiho Chu <jiho.chu@samsung.com>
Tue, 21 Nov 2017 05:36:03 +0000 (14:36 +0900)
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>
packaging/qt5.spec

index 729ac0a9a69363ec471e2a156d4a28037f76c638..1ccff81dfae375ba2cf5c7cd46cf39661ba9cc97 100644 (file)
@@ -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 \