Skip to content

Commit

Permalink
PyQt: Adjusting the BUILD. We do not want to be specific about things…
Browse files Browse the repository at this point in the history
… like --enable=QtCore.

If you do then all the PyQt modules have to be specified as --enabled=$WHATEVER.
So we let it find what it wants on its own. The --qsci-api is OK to use and does not
force a pendanticy about manually enabling the rest of the modules.
  • Loading branch information
stumbles committed Nov 14, 2014
1 parent 38f52c4 commit 0aa9fd7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions python/PyQt/BUILD
Expand Up @@ -6,11 +6,11 @@
# Use new kde phonon - fixes build break when qt4 is built without old phonon
sed -i "/generate_code(\"phonon\")/s:phonon\":&,extra_include_dirs=[\"/usr/include/phonon\"]:" configure.py &&

OPTS+=" --enable=QtCore--enable=QtNetwork --enable=QtXml --qsci-api" &&
if module_installed qscintilla2 ; then
OPTS+=" --qsci-api"
fi &&

python ./configure.py \
--confirm-license \
$OPTS &&
python ./configure.py --confirm-license $OPTS &&

default_make &&
mkdir -p /usr/share/$MODULE &&
Expand Down
2 changes: 1 addition & 1 deletion python/PyQt/DEPENDS
@@ -1,4 +1,4 @@
depends sip
depends qt4

optional_depends Python-3 "" "" "For Python-3 bindings support"
optional_depends Python-3 "" "" "For Python-3 bindings support" n

0 comments on commit 0aa9fd7

Please sign in to comment.