mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
qemugl: Fix DEPENDS on virtual/xserver to be on virtual/libx11
This commit is contained in:
@@ -3,7 +3,7 @@ HOMEPAGE = "http://savannah.nongnu.org/projects/qemugl"
|
|||||||
SECTION = "x11/drivers"
|
SECTION = "x11/drivers"
|
||||||
LICENSE = "GPL"
|
LICENSE = "GPL"
|
||||||
|
|
||||||
DEPENDS = "virtual/xserver-xf86 xproto glproto"
|
DEPENDS = "virtual/libx11 xproto glproto"
|
||||||
|
|
||||||
COMPATIBLE_HOST = '(x86_64|i.86.*)-(linux|freebsd.*)'
|
COMPATIBLE_HOST = '(x86_64|i.86.*)-(linux|freebsd.*)'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user