package/mesa3d-headers: only check for conflicts when building
The configuration checks should only be done when building so that
make allyespackageconfig && make source works.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit 509956da4c
)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
efd9ca6df6
commit
3f5a9f375e
@ -6,7 +6,7 @@
|
||||
|
||||
# mesa3d-headers is inherently incompatible with mesa3d, so error out
|
||||
# if both are enabled.
|
||||
ifeq ($(BR2_PACKAGE_MESA3D)$(BR2_PACKAGE_MESA3D_HEADERS),yy)
|
||||
ifeq ($(BR_BUILDING)$(BR2_PACKAGE_MESA3D)$(BR2_PACKAGE_MESA3D_HEADERS),yyy)
|
||||
$(error mesa3d-headers enabled, but mesa3d enabled too)
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user