422ce6536b
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>
20 lines
587 B
Makefile
20 lines
587 B
Makefile
#############################################################
|
|
#
|
|
# blackbox
|
|
#
|
|
#############################################################
|
|
|
|
BLACKBOX_VERSION:=0.70.1
|
|
BLACKBOX_SOURCE:=blackbox-$(BLACKBOX_VERSION).tar.bz2
|
|
BLACKBOX_SITE:=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/blackboxwm/
|
|
BLACKBOX_AUTORECONF:=NO
|
|
BLACKBOX_INSTALL_STAGING:=NO
|
|
BLACKBOX_INSTALL_TARGET:=YES
|
|
|
|
BLACKBOX_CONF_OPT:=--x-includes=$(STAGING_DIR)/usr/include/X11 \
|
|
--x-libraries=$(STAGING_DIR)/usr/lib
|
|
|
|
BLACKBOX_DEPENDENCIES:=xserver_xorg-server
|
|
|
|
$(eval $(call AUTOTARGETS,package,blackbox))
|