Skip to content

Commit 4c98563

Browse files
committed
WPECompositor:Wayland: Sub implementation selection added
1 parent e306a54 commit 4c98563

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

package/wpe/wpeframework-plugins/wpeframework-plugins.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -556,6 +556,7 @@ endif
556556
ifeq ($(BR2_PACKAGE_WESTEROS),y)
557557
WPEFRAMEWORK_PLUGINS_DEPENDENCIES += westeros
558558
WPEFRAMEWORK_PLUGINS_CONF_OPTS += -DPLUGIN_COMPOSITOR_IMPLEMENTATION=Wayland
559+
WPEFRAMEWORK_PLUGINS_CONF_OPTS += -DPLUGIN_COMPOSITOR_SUB_IMPLEMENTATION=Westeros
559560
else ifeq ($(BR2_PACKAGE_BCM_REFSW),y)
560561
WPEFRAMEWORK_PLUGINS_DEPENDENCIES += bcm-refsw
561562
WPEFRAMEWORK_PLUGINS_CONF_OPTS += -DPLUGIN_COMPOSITOR_IMPLEMENTATION=Nexus

package/wpe/wpeframework/wpeframework.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ WPEFRAMEWORK_CONF_OPTS += -DCOMPOSITORCLIENT=ON
6464
WPEFRAMEWORK_DEPENDENCIES += libegl
6565
ifeq ($(BR2_PACKAGE_WESTEROS),y)
6666
WPEFRAMEWORK_CONF_OPTS += -DPLUGIN_COMPOSITOR_IMPLEMENTATION=Wayland
67+
WPEFRAMEWORK_CONF_OPTS += -DPLUGIN_COMPOSITOR_SUB_IMPLEMENTATION=Westeros
6768
WPEFRAMEWORK_DEPENDENCIES += westeros
6869
else ifeq ($(BR2_PACKAGE_HAS_NEXUS),y)
6970
WPEFRAMEWORK_CONF_OPTS += -DPLUGIN_COMPOSITOR_IMPLEMENTATION=Nexus

0 commit comments

Comments
 (0)