Allow to build `www/qt5-webkit' without GStreamer support.
This commit is contained in:
@@ -12,8 +12,6 @@ MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= QtWebKit with a more modern WebKit code base
|
||||
|
||||
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
||||
libgstapp-1.0.so:multimedia/gstreamer1-plugins \
|
||||
libgstbase-1.0.so:multimedia/gstreamer1 \
|
||||
libhyphen.so:textproc/hyphen \
|
||||
libicui18n.so:devel/icu \
|
||||
libpng.so:graphics/png \
|
||||
@@ -25,7 +23,6 @@ USES= bison cmake compiler:c++11-lang gperf jpeg \
|
||||
tar:xz
|
||||
USE_GNOME= glib20 libxml2 libxslt
|
||||
USE_PERL5= build
|
||||
USE_GSTREAMER1= core
|
||||
USE_QT= core declarative gui location network opengl printsupport \
|
||||
sensors testlib webchannel widgets \
|
||||
buildtools_build qmake_build
|
||||
@@ -53,4 +50,12 @@ PLIST_SUB= FULLVER="${PORTVERSION:R}"
|
||||
SUB_FILES= pkg-install
|
||||
SUB_LIST= QT_INCDIR="${QT_INCDIR}"
|
||||
|
||||
OPTIONS_DEFINE= GSTREAMER
|
||||
OPTIONS_DEFAULT= GSTREAMER
|
||||
|
||||
GSTREAMER_LIB_DEPENDS= libgstapp-1.0.so:multimedia/gstreamer1-plugins \
|
||||
libgstbase-1.0.so:multimedia/gstreamer1
|
||||
GSTREAMER_USE= GSTREAMER1=core
|
||||
GSTREAMER_CMAKE_OFF= -DUSE_GSTREAMER:BOOL=OFF
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
Reference in New Issue
Block a user