mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
x11r7: make package globally visible
All x11r7 .mk files were only included into the global chain of makefile includes if the BR2_PACKAGE_XORG7 option was enabled. This is not the standard way to do things in Buildroot, and it even breaks things like running "make <pkg>-*" for a x11r7 package even if X.org is not selected. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
b7b75b7167
commit
9bc7b1d4ae
@ -1,3 +1 @@
|
|||||||
ifeq ($(BR2_PACKAGE_XORG7),y)
|
|
||||||
include package/x11r7/*/*.mk
|
include package/x11r7/*/*.mk
|
||||||
endif
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user