Browse Source

Qtopia4: -xmlpatterns requires -exceptions .

Thiago A. Corrêa 16 years ago
parent
commit
7f69e5369f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/qtopia4/qtopia4.mk

+ 1 - 1
package/qtopia4/qtopia4.mk

@@ -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