mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 21:49:33 +02:00
matchbox-session-netbook: Disable mipmapped text for now until problems with mesa are resolved
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
export LIBGL_ALWAYS_INDIRECT=1
|
export LIBGL_ALWAYS_INDIRECT=1
|
||||||
|
export CLUTTER_DISABLE_MIPMAPPED_TEXT=1
|
||||||
exec /usr/bin/mutter --mutter-plugins=moblin-netbook
|
exec /usr/bin/mutter --mutter-plugins=moblin-netbook
|
||||||
|
|||||||
@@ -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 = "r18"
|
PR = "r19"
|
||||||
|
|
||||||
# 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