]> git.pld-linux.org Git - packages/qt5-qtbase.git/commitdiff
- added openvg bcond
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 22 Feb 2015 21:26:56 +0000 (22:26 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 22 Feb 2015 21:26:56 +0000 (22:26 +0100)
qt5-qtbase.spec

index c61fa2600748299b243e7a777edad345d424e8d4..d2e6926ebc4560796a2c1a6d156a81e0803e439b 100644 (file)
@@ -20,6 +20,7 @@
 %bcond_without pch             # pch (pre-compiled headers) in qmake
 %bcond_with    systemd         # logging to journald
 %bcond_without tslib           # tslib support
+%bcond_with    openvg          # OpenVG support
 # -- databases
 %bcond_without freetds         # TDS (Sybase/MS SQL) plugin
 %bcond_without mysql           # MySQL plugin
@@ -74,7 +75,7 @@ URL:          http://qt-project.org/
 %{?with_directfb:BuildRequires:        DirectFB-devel}
 BuildRequires: EGL-devel
 %{?with_ibase:BuildRequires:   Firebird-devel}
-BuildRequires: Mesa-libOpenVG-devel
+%{?with_openvg:BuildRequires:  Mesa-libOpenVG-devel}
 %{?with_kms:BuildRequires:     Mesa-libgbm-devel}
 BuildRequires: OpenGL-devel
 %{?with_kms:BuildRequires:     OpenGLESv2-devel}
@@ -882,6 +883,7 @@ COMMONOPT=" \
        -system-xkbcommon \
        -system-zlib \
        %{?with_tslib:-tslib} \
+       -%{!?with_openvg:no-}openvg \
        -xcursor \
        -xfixes \
        -xinerama \
This page took 0.231019 seconds and 4 git commands to generate.