|
@@ -60,10 +60,18 @@ endif
|
|
endif
|
|
endif
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_QT5BASE_EXAMPLES),y)
|
|
ifeq ($(BR2_PACKAGE_QT5BASE_EXAMPLES),y)
|
|
|
|
+ifeq ($(BR2_PACKAGE_QT5_VERSION_LATEST),y)
|
|
|
|
+ifeq ($(BR2_PACKAGE_QT5BASE_OPENGL),y)
|
|
define QT5WAYLAND_INSTALL_TARGET_EXAMPLES
|
|
define QT5WAYLAND_INSTALL_TARGET_EXAMPLES
|
|
cp -dpfr $(STAGING_DIR)/usr/lib/qt/examples/wayland $(TARGET_DIR)/usr/lib/qt/examples/
|
|
cp -dpfr $(STAGING_DIR)/usr/lib/qt/examples/wayland $(TARGET_DIR)/usr/lib/qt/examples/
|
|
endef
|
|
endef
|
|
endif
|
|
endif
|
|
|
|
+else
|
|
|
|
+define QT5WAYLAND_INSTALL_TARGET_EXAMPLES
|
|
|
|
+ cp -dpfr $(STAGING_DIR)/usr/lib/qt/examples/wayland $(TARGET_DIR)/usr/lib/qt/examples/
|
|
|
|
+endef
|
|
|
|
+endif
|
|
|
|
+endif
|
|
|
|
|
|
define QT5WAYLAND_INSTALL_TARGET_CMDS
|
|
define QT5WAYLAND_INSTALL_TARGET_CMDS
|
|
cp -dpf $(STAGING_DIR)/usr/lib/libQt5WaylandClient.so* $(TARGET_DIR)/usr/lib
|
|
cp -dpf $(STAGING_DIR)/usr/lib/libQt5WaylandClient.so* $(TARGET_DIR)/usr/lib
|