[Buildroot] [PATCH] Adding openbox to buildroot

Michael S. Zick minimod at morethan.org
Wed Dec 2 19:24:50 UTC 2009


On Wed December 2 2009, Marc Egli wrote:
> 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.
>

Building pkgconfig is optional.  
If selected, it requires that Internationalism and wide-character be pulled in.

But if your building anything X* - I guess how big things get doesn't matter.  ;)

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




More information about the buildroot mailing list