diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-19 21:04:52 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-19 21:04:52 +0200 |
commit | dfd37d10510d013fc7c49ecb42d1b75c14be4594 (patch) | |
tree | 23bc90b2ebd5c5fe09246397839de7af5ac40da8 /package/midori/Makefile | |
parent | 859309a404f1c10f77832b47de7b329bd6664395 (diff) |
compile autotool stuff, bison and flex by default
Diffstat (limited to 'package/midori/Makefile')
-rw-r--r-- | package/midori/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/midori/Makefile b/package/midori/Makefile index 85da07fbe..806b8341f 100644 --- a/package/midori/Makefile +++ b/package/midori/Makefile @@ -10,7 +10,7 @@ PKG_MD5SUM:= 5815eac39f4d9511ce2c71a81567647f PKG_DESCR:= graphical web browser PKG_SECTION:= x11/apps PKG_DEPENDS:= libnotify webkitgtk -PKG_BUILDDEP:= autotool cmake-host vala-host libnotify webkitgtk +PKG_BUILDDEP:= cmake-host vala-host libnotify webkitgtk PKG_BUILDDEP+= librsvg-host librsvg PKG_URL:= http://www.midori-browser.org PKG_SITES:= http://www.openadk.org/distfiles/ |