mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 08:27:43 +00:00
fbset: ensure it builds after busybox if both are enabled
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
343eb8b583
commit
2e77770e61
@ -3,10 +3,16 @@
|
|||||||
# fbset
|
# fbset
|
||||||
#
|
#
|
||||||
#############################################################
|
#############################################################
|
||||||
|
|
||||||
FBSET_VERSION = 2.1
|
FBSET_VERSION = 2.1
|
||||||
FBSET_SOURCE = fbset-$(FBSET_VERSION).tar.gz
|
FBSET_SOURCE = fbset-$(FBSET_VERSION).tar.gz
|
||||||
FBSET_SITE = http://users.telenet.be/geertu/Linux/fbdev
|
FBSET_SITE = http://users.telenet.be/geertu/Linux/fbdev
|
||||||
|
|
||||||
|
# Make sure full fbset wins over busybox fbset
|
||||||
|
ifeq ($(BR2_PACKAGE_BUSYBOX),y)
|
||||||
|
FBSET_DEPENDENCIES += busybox
|
||||||
|
endif
|
||||||
|
|
||||||
define FBSET_BUILD_CMDS
|
define FBSET_BUILD_CMDS
|
||||||
$(MAKE1) $(TARGET_CONFIGURE_OPTS) -C $(@D)
|
$(MAKE1) $(TARGET_CONFIGURE_OPTS) -C $(@D)
|
||||||
endef
|
endef
|
||||||
|
Loading…
x
Reference in New Issue
Block a user