summaryrefslogtreecommitdiff
path: root/package/midori
AgeCommit message (Collapse)AuthorFilesLines
2011-08-04midori: bump to 0.3.6Frederic Bassaler1-1/+1
midori 0.4.0 is out, but requires an additionnal dependency : vala (maybe a more experienced person could add it?) Signed-off-by: Frederic Bassaler <frederic.bassaler@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-03-31midori: bump to version 0.3.2Gustavo Zacarias1-2/+2
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-11-19midori: bump to 0.2.9 and make it build with directfbGustavo Zacarias1-6/+13
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-07-27midori: make sure it can't be selected if webkit can't be enabledThomas Petazzoni1-0/+5
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2010-07-27midori: bump to 0.2.6Thomas Petazzoni3-74/+22
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-12-15host-pkgconfig is now host-pkg-configThomas Petazzoni1-1/+1
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-09-03package: Remove unnecessary dependencies on uclibc.Will Newton1-1/+1
A C library will have been built by the toolchain makefiles, so there is no need for packages to explicitly depend on uclibc. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-07-24xorg: remove the XSERVER variableThomas Petazzoni1-1/+1
The XSERVER variable used to be defined by package/Makefile.in because the X server package name was different depending on the type of X server that was choosen. Nowadays, the name of the package is always xserver_xorg-server, so there's no point in having this XSERVER intermediate variable. This patch makes all packages use xserver_xorg-server directly as a dependency, and removes the XSERVER variable from package/Makefile.in. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-07-24midori: remove configuration comment on X.org dependencyThomas Petazzoni1-3/+0
The dependency of Midori on X.org should be pretty obvious to the user, and we don't want to unnecessarly clutter the configuration interface with comments. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-07-17xorg: simplify dependencies on X.orgThomas Petazzoni1-1/+1
Many packages used to depend on BR2_PACKAGE_XORG||BR2_PACKAGE_XORG7, but this is useless since BR2_PACKAGE_XORG is a non-existing configuration option. So, these depencies gets simplified to BR2_PACKAGE_XORG7 only. Some others were depending on BR2_PACKAGE_TINYX (which doesn't) exist or BR2_PACKAGE_XSERVER_xorg || BR2_PACKAGE_XSERVER_tiny || BR2_PACKAGE_XSERVER_x11r7. Replace all that mess by a simple dependency on BR2_PACKAGE_XORG7. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-03-18pkgconfig: add pkgconfig package for targetPeter Korsgaard2-2/+1
The host versions shouldn't be visible in Kconfig, so remove the reference to BR2_PACKAGE_PKGCONFIG everywhere and prefix the host targets with host-. At the same time add pkgconfig for the target (E.G. for development) and let BR2_PACKAGE_PKGCONFIG control that package. Notice: all defconfigs in the tree have been updated, but make sure to disable the pkgconfig package (unless you want it) if you use an external config, otherwise you'll end up with pkgconfig and glib2 in the target.
2008-10-26package: remove redundant pkg-config variablesPeter Korsgaard1-5/+0
Also remove some redundant or predefined configure/make args in these packages. Patch by Markus Heidelberg.
2008-07-17Kconfig: remove 'default n'Peter Korsgaard1-1/+0
'default n' is the default, so there's no need to say it explicitly.
2008-07-07Bump midori versionUlf Samuelsson2-1/+1
2008-06-19buildroot: s/depends/depends on/Peter Korsgaard1-1/+1
The new kconfig is more strict regarding depends/depends on, so fixup the tree.
2008-06-14packages: fix pkgconfig depencies and select pkgconfig where neededPeter Korsgaard2-2/+3
2008-03-06added midori browserJohn Voltz3-0/+101