wayland: Update recipes to new NXP BSP release imx_5.4.70_2.3.1
Remove outdated wayland patch and remove NXP workaround for mx8mq platforms in the weston-init recipe. These changes don't affect our platforms, but it's to make sure that we're in sync with the latest version of NXP's recipes. Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
parent
de7d43a6f0
commit
ae8927fb38
|
|
@ -1,32 +0,0 @@
|
|||
Fix wayland-client and wayland-scanner pc files
|
||||
|
||||
Upstream-Status: Pending
|
||||
|
||||
Signed-off-by: Fabien Lahoudere <fabien.lahoudere@collabora.co.uk>
|
||||
|
||||
Index: wayland-1.14.0/src/wayland-client.pc.in
|
||||
===================================================================
|
||||
--- wayland-1.14.0.orig/src/wayland-client.pc.in
|
||||
+++ wayland-1.14.0/src/wayland-client.pc.in
|
||||
@@ -1,7 +1,7 @@
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
datarootdir=@datarootdir@
|
||||
-pkgdatadir=@datadir@/@PACKAGE@
|
||||
+pkgdatadir=${pc_sysrootdir}@datadir@/@PACKAGE@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
Index: wayland-1.14.0/src/wayland-scanner.pc.in
|
||||
===================================================================
|
||||
--- wayland-1.14.0.orig/src/wayland-scanner.pc.in
|
||||
+++ wayland-1.14.0/src/wayland-scanner.pc.in
|
||||
@@ -2,7 +2,7 @@ prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
datarootdir=@datarootdir@
|
||||
pkgdatadir=@datadir@/@PACKAGE@
|
||||
-wayland_scanner=@bindir@/wayland-scanner
|
||||
+wayland_scanner=wayland-scanner
|
||||
|
||||
Name: Wayland Scanner
|
||||
Description: Wayland scanner
|
||||
|
|
@ -15,9 +15,6 @@ SRC_URI += " \
|
|||
INI_UNCOMMENT_ASSIGNMENTS_append_mx8mp = " \
|
||||
use-g2d=1 \
|
||||
"
|
||||
INI_UNCOMMENT_ASSIGNMENTS_append_mx8mq = " \
|
||||
drm-device=card0 \
|
||||
"
|
||||
INI_UNCOMMENT_ASSIGNMENTS_append_mx8 = " \
|
||||
repaint-window=16 \
|
||||
"
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@
|
|||
idle-time=0
|
||||
#use-g2d=1
|
||||
#xwayland=true
|
||||
#drm-device=card0
|
||||
#repaint-window=16
|
||||
#enable-overlay-view=1
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue