[Buildroot] [PATCH] Adding openbox to buildroot

Lionel Landwerlin llandwerlin at gmail.com
Wed Dec 2 17:11:20 UTC 2009


On Wed, Dec 2, 2009 at 6:02 PM, Marc Egli <marc.egli at hsr.ch> wrote:
> --- /dev/null
> +++ b/package/openbox/openbox.mk
> @@ -0,0 +1,16 @@
> +#############################################################
> +#
> +# openbox
> +#
> +#############################################################
> +
> +OPENBOX_VERSION = 3.4.7.2
> +OPENBOX_SOURCE = openbox-$(OPENBOX_VERSION).tar.gz
> +OPENBOX_SITE = http://icculus.org/openbox/releases
> +OPENBOX_DEPENDENCIES = libglib2 pango libxml2

No x11 dependencies ?

> +#OPENBOX_LIBTOOL_PATCH=NO
> +OPENBOX_INSTALL_STAGING=YES
> +OPENBOX_INSTALL_TARGET=YES
> +
> +$(eval $(call AUTOTARGETS,package,openbox))
> +


More information about the buildroot mailing list