diff options
-rw-r--r-- | meta/recipes-graphics/waffle/waffle_1.5.2.bb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-graphics/waffle/waffle_1.5.2.bb b/meta/recipes-graphics/waffle/waffle_1.5.2.bb index 9d6b0e0e0d..a5179db1da 100644 --- a/meta/recipes-graphics/waffle/waffle_1.5.2.bb +++ b/meta/recipes-graphics/waffle/waffle_1.5.2.bb | |||
@@ -21,20 +21,20 @@ PACKAGECONFIG ??= "glx" | |||
21 | REQUIRED_DISTRO_FEATURES = "${@bb.utils.contains('PACKAGECONFIG', 'glx', 'x11', '', d)}" | 21 | REQUIRED_DISTRO_FEATURES = "${@bb.utils.contains('PACKAGECONFIG', 'glx', 'x11', '', d)}" |
22 | 22 | ||
23 | # virtual/libgl requires opengl in DISTRO_FEATURES. | 23 | # virtual/libgl requires opengl in DISTRO_FEATURES. |
24 | REQUIRED_DISTRO_FEATURES += "${@bb.utils.contains('DEPENDS', 'virtual/libgl', 'opengl', '', d)}" | 24 | REQUIRED_DISTRO_FEATURES += "${@bb.utils.contains('DEPENDS', 'virtual/${MLPREFIX}libgl', 'opengl', '', d)}" |
25 | 25 | ||
26 | # I say virtual/libgl, actually wants gl.pc | 26 | # I say virtual/libgl, actually wants gl.pc |
27 | PACKAGECONFIG[glx] = "-Dwaffle_has_glx=1,-Dwaffle_has_glx=0,virtual/libgl libx11" | 27 | PACKAGECONFIG[glx] = "-Dwaffle_has_glx=1,-Dwaffle_has_glx=0,virtual/${MLPREFIX}libgl libx11" |
28 | 28 | ||
29 | # I say virtual/libgl, actually wants wayland-egl.pc, egl.pc, and the wayland | 29 | # I say virtual/libgl, actually wants wayland-egl.pc, egl.pc, and the wayland |
30 | # DISTRO_FEATURE. | 30 | # DISTRO_FEATURE. |
31 | PACKAGECONFIG[wayland] = "-Dwaffle_has_wayland=1,-Dwaffle_has_wayland=0,virtual/libgl wayland" | 31 | PACKAGECONFIG[wayland] = "-Dwaffle_has_wayland=1,-Dwaffle_has_wayland=0,virtual/${MLPREFIX}libgl wayland" |
32 | 32 | ||
33 | # I say virtual/libgl, actually wants gbm.pc egl.pc | 33 | # I say virtual/libgl, actually wants gbm.pc egl.pc |
34 | PACKAGECONFIG[gbm] = "-Dwaffle_has_gbm=1,-Dwaffle_has_gbm=0,virtual/libgl udev" | 34 | PACKAGECONFIG[gbm] = "-Dwaffle_has_gbm=1,-Dwaffle_has_gbm=0,virtual/${MLPREFIX}libgl udev" |
35 | 35 | ||
36 | # I say virtual/libgl, actually wants egl.pc | 36 | # I say virtual/libgl, actually wants egl.pc |
37 | PACKAGECONFIG[x11-egl] = "-Dwaffle_has_x11_egl=1,-Dwaffle_has_x11_egl=0,virtual/libgl libxcb" | 37 | PACKAGECONFIG[x11-egl] = "-Dwaffle_has_x11_egl=1,-Dwaffle_has_x11_egl=0,virtual/${MLPREFIX}libgl libxcb" |
38 | 38 | ||
39 | FILES_${PN}-dev += "${datadir}/cmake/Modules/FindWaffle.cmake \ | 39 | FILES_${PN}-dev += "${datadir}/cmake/Modules/FindWaffle.cmake \ |
40 | ${libdir}/cmake/Waffle/" | 40 | ${libdir}/cmake/Waffle/" |