mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
matchbox-session-netbook: Fix mutter commandline
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
export LIBGL_ALWAYS_INDIRECT=1
|
export LIBGL_ALWAYS_INDIRECT=1
|
||||||
#--mutter-plugins=moblin-netbook
|
exec /usr/bin/mutter --mutter-plugins=moblin-netbook
|
||||||
exec /usr/bin/mutter
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ DESCRIPTION = "Custom MB session files for poky"
|
|||||||
LICENSE = "GPL"
|
LICENSE = "GPL"
|
||||||
SECTION = "x11"
|
SECTION = "x11"
|
||||||
RDEPENDS = "formfactor gtk-engines initscripts matchbox-session"
|
RDEPENDS = "formfactor gtk-engines initscripts matchbox-session"
|
||||||
PR = "r17"
|
PR = "r18"
|
||||||
|
|
||||||
# This package is architecture specific because the session script is modified
|
# This package is architecture specific because the session script is modified
|
||||||
# based on the machine architecture.
|
# based on the machine architecture.
|
||||||
|
|||||||
Reference in New Issue
Block a user