[Buildroot] [PATCH] Adding openbox to buildroot

Marc Egli marc.egli at hsr.ch
Wed Dec 2 18:20:08 UTC 2009


good question
these are the Dependencies written on the openbox homepage:
	• C compiler (such as GCC)
	• Libc library and headers (development package)
	• Xlib library and headers (development package)
	• Glib-2 library and headers (development package)
	• LibXML-2 library and headers (development package)
	• Pango library and headers (development package)
	• Startup-notification library and headers (development package) - optional but recommended
	• XCursor library and headers (development package) - optional but recommended
	• Pkg-config
i think c compiler libc and pkg config are always here if you build buildroot.
so i need the name of xlib i have to put into OPENBOX_DEPENDENCIES,
i'll also add those 2 optional dependencies with an if to add it if they are present.
i hope to get back with a better version soon, and any hint's are welcome
Am 02.12.2009 um 18:11 schrieb Lionel Landwerlin:

> 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))
>> +

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20091202/b22db843/attachment.html>


More information about the buildroot mailing list