qtbase: Hacks to shrink qtbase

This can be done more properly in our conf/local.conf but I am
very lazy and do it this way. :}
This commit is contained in:
Holger Hans Peter Freyther 2014-03-21 11:54:27 +01:00
parent b03408e2b4
commit 99d0f3a51b
1 changed files with 1 additions and 6 deletions

View File

@ -44,18 +44,13 @@ PACKAGECONFIG_DISTRO ?= ""
PACKAGECONFIG_RELEASE ?= "release" PACKAGECONFIG_RELEASE ?= "release"
# This is in qt5.inc, because qtwebkit-examples are using it to enable ca-certificates dependency # This is in qt5.inc, because qtwebkit-examples are using it to enable ca-certificates dependency
# PACKAGECONFIG_OPENSSL ?= "openssl" # PACKAGECONFIG_OPENSSL ?= "openssl"
PACKAGECONFIG_DEFAULT ?= "dbus udev evdev widgets tools libs" PACKAGECONFIG_DEFAULT ?= "dbus udev tools libs"
PACKAGECONFIG ?= " \ PACKAGECONFIG ?= " \
${PACKAGECONFIG_RELEASE} \ ${PACKAGECONFIG_RELEASE} \
${PACKAGECONFIG_DEFAULT} \ ${PACKAGECONFIG_DEFAULT} \
${PACKAGECONFIG_OPENSSL} \ ${PACKAGECONFIG_OPENSSL} \
${PACKAGECONFIG_GL} \
${PACKAGECONFIG_FB} \
${PACKAGECONFIG_X11} \
${PACKAGECONFIG_FONTS} \
${PACKAGECONFIG_SYSTEM} \ ${PACKAGECONFIG_SYSTEM} \
${PACKAGECONFIG_MULTIMEDIA} \
${PACKAGECONFIG_DISTRO} \ ${PACKAGECONFIG_DISTRO} \
" "