diff options
| author | John Crispin | 2007-09-26 13:38:00 +0000 |
|---|---|---|
| committer | John Crispin | 2007-09-26 13:38:00 +0000 |
| commit | ade3db6898c8bf3cb95bfe9e1638610319b1fb73 (patch) | |
| tree | f1c5480df7c5c99753503104b3f465c0d0c2ae16 | |
| parent | 29819cde3d17b095b0f634cb216d98fbf8a39ac4 (diff) | |
| download | archive-ade3db6898c8bf3cb95bfe9e1638610319b1fb73.tar.gz | |
fixed wrong dependency of gtk1.2.10
SVN-Revision: 9034
| -rw-r--r-- | XOrg/lib/gtk-1.2.10/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/XOrg/lib/gtk-1.2.10/Makefile b/XOrg/lib/gtk-1.2.10/Makefile index 0e3c436b84..a1a1820a42 100644 --- a/XOrg/lib/gtk-1.2.10/Makefile +++ b/XOrg/lib/gtk-1.2.10/Makefile @@ -33,7 +33,7 @@ define Package/gtk-1.2.10 CATEGORY:=Xorg SUBMENU:=framework TITLE:=GTK+ 1.2.10 package - DEPENDS:=glib1 + DEPENDS:=+glib1 endef define Build/Configure |