Qtopia4: -xmlpatterns requires -exceptions .

This commit is contained in:
Thiago A. Corrêa 2009-04-13 18:58:35 +00:00
parent e9cb98273d
commit 7f69e5369f
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ QTOPIA4_CONFIGURE+= -no-sql-sqlite
endif
ifeq ($(BR2_PACKAGE_QTOPIA4_XMLPATTERNS),y)
QTOPIA4_CONFIGURE+= -xmlpatterns
QTOPIA4_CONFIGURE+= -xmlpatterns -exceptions
else
QTOPIA4_CONFIGURE+= -no-xmlpatterns
endif