diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-18 11:04:10 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-18 11:04:10 +0200 |
commit | 3ec8f60098663d824db8ae45cd02240b5df55d1f (patch) | |
tree | a1e1a550841c70c57bcaa6f72837650d66782954 /package/lxpanel | |
parent | cb11a40075cb65aec0a73f98751aa4879ab73719 (diff) | |
parent | 66a6c153d5db95eb0f35861269a7f5459f387e55 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/lxpanel')
-rw-r--r-- | package/lxpanel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/lxpanel/Makefile b/package/lxpanel/Makefile index 51f5275d1..45ad3a8b0 100644 --- a/package/lxpanel/Makefile +++ b/package/lxpanel/Makefile @@ -9,6 +9,8 @@ PKG_RELEASE:= 1 PKG_MD5SUM:= 4c51dfdc0d15851d331905cfa00cc025 PKG_DESCR:= graphical panel PKG_SECTION:= x11/lxde +PKG_DEPENDS:= gdk-pixbuf menu-cache glib libintl libgtk +PKG_DEPENDS+= libx11 PKG_URL:= http://lxde.org/ PKG_SITES:= http://openadk.org/distfiles/ |