|
@@ -44,9 +44,7 @@ endif
|
|
|
ifeq ($(BR2_PACKAGE_GLSLSANDBOX_PLAYER_NULL),y)
|
|
|
GLSLSANDBOX_PLAYER_CONF_OPTS += --with-native-gfx=nullws
|
|
|
else ifeq ($(BR2_PACKAGE_GLSLSANDBOX_PLAYER_KMS),y)
|
|
|
-# gbm dependency is not needed, as it is normally packaged with
|
|
|
-# libegl/libgles drivers.
|
|
|
-GLSLSANDBOX_PLAYER_DEPENDENCIES += libdrm
|
|
|
+GLSLSANDBOX_PLAYER_DEPENDENCIES += libdrm libgbm
|
|
|
GLSLSANDBOX_PLAYER_CONF_OPTS += --with-native-gfx=kms
|
|
|
else ifeq ($(BR2_PACKAGE_GLSLSANDBOX_PLAYER_MALI),y)
|
|
|
GLSLSANDBOX_PLAYER_DEPENDENCIES += sunxi-mali-utgard
|