Fix ptlib dependency on libexpat #2981
authorFlorian Fainelli <florian@openwrt.org>
Sun, 6 Jan 2008 12:30:57 +0000 (12:30 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Sun, 6 Jan 2008 12:30:57 +0000 (12:30 +0000)
SVN-Revision: 10130

libs/ptlib/Makefile

index 1aa0b8c387f6989d71eacd79e2853fa400857d26..01f6db58dacbfe25ac38eee0e306e1a9cd6e56ef 100644 (file)
@@ -21,7 +21,7 @@ include $(INCLUDE_DIR)/package.mk
 define Package/ptlib
   SECTION:=libs
   CATEGORY:=Libraries
-  DEPENDS:=+expat
+  DEPENDS:=+libexpat
   TITLE:=Portable Tools library
   URL:=http://www.opalvoip.org/
 endef