package cegui: fix libs to use xerces-c instead of tinyxml

This commit is contained in:
Tony Theodore 2013-05-13 03:19:37 +10:00
parent e0cf358067
commit 4f22b49c67
1 changed files with 3 additions and 2 deletions

View File

@ -49,7 +49,8 @@ define $(PKG)_BUILD
'$(TARGET)-g++' \
-W -Wall -ansi -pedantic \
'$(2).cpp' \
`'$(TARGET)-pkg-config' --cflags --libs CEGUI CEGUI-OPENGL glut freetype2 libpcre` -lCEGUIFreeImageImageCodec \
`'$(TARGET)-pkg-config' --libs --cflags freeimage` -lCEGUITinyXMLParser -lCEGUIFalagardWRBase \
`'$(TARGET)-pkg-config' --cflags --libs CEGUI-OPENGL glut freetype2 libpcre` \
-lCEGUIFreeImageImageCodec -lCEGUIXercesParser -lCEGUIFalagardWRBase \
`'$(TARGET)-pkg-config' --libs --cflags freeimage xerces-c` \
-o '$(PREFIX)/$(TARGET)/bin/test-cegui.exe'
endef