Fix ptlib dependency on libexpat #2981
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 6 Jan 2008 12:30:57 +0000 (12:30 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 6 Jan 2008 12:30:57 +0000 (12:30 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@10130 3c298f89-4303-0410-b956-a3cf2f4a3e73

libs/ptlib/Makefile

index 1aa0b8c..01f6db5 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