mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 12:32:15 +02: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"
|
||||
LICENSE = "GPL"
|
||||
|
||||
DEPENDS = "virtual/xserver-xf86 xproto glproto"
|
||||
DEPENDS = "virtual/libx11 xproto glproto"
|
||||
|
||||
COMPATIBLE_HOST = '(x86_64|i.86.*)-(linux|freebsd.*)'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user