diff options
Diffstat (limited to 'meta/recipes-graphics/waffle/waffle_1.7.0.bb')
-rw-r--r-- | meta/recipes-graphics/waffle/waffle_1.7.0.bb | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/meta/recipes-graphics/waffle/waffle_1.7.0.bb b/meta/recipes-graphics/waffle/waffle_1.7.0.bb index 0ff82036e7..b931515700 100644 --- a/meta/recipes-graphics/waffle/waffle_1.7.0.bb +++ b/meta/recipes-graphics/waffle/waffle_1.7.0.bb | |||
@@ -31,16 +31,16 @@ REQUIRED_DISTRO_FEATURES += "${@bb.utils.contains('DEPENDS', 'virtual/${MLPREFIX | |||
31 | # I say virtual/libgl, actually wants gl.pc | 31 | # I say virtual/libgl, actually wants gl.pc |
32 | PACKAGECONFIG[glx] = "-Dglx=enabled,-Dglx=disabled,virtual/${MLPREFIX}libgl libx11" | 32 | PACKAGECONFIG[glx] = "-Dglx=enabled,-Dglx=disabled,virtual/${MLPREFIX}libgl libx11" |
33 | 33 | ||
34 | # I say virtual/libgl, actually wants wayland-egl.pc, egl.pc, and the wayland | 34 | # wants wayland-egl.pc, egl.pc, and the wayland |
35 | # DISTRO_FEATURE. | 35 | # DISTRO_FEATURE. |
36 | PACKAGECONFIG[wayland] = "-Dwayland=enabled,-Dwayland=disabled,virtual/${MLPREFIX}libgl wayland wayland-native wayland-protocols" | 36 | PACKAGECONFIG[wayland] = "-Dwayland=enabled,-Dwayland=disabled,virtual/${MLPREFIX}egl wayland wayland-native wayland-protocols" |
37 | 37 | ||
38 | # I say virtual/libgl, actually wants gbm.pc egl.pc | 38 | # wants gbm.pc egl.pc |
39 | PACKAGECONFIG[gbm] = "-Dgbm=enabled,-Dgbm=disabled,virtual/${MLPREFIX}libgl udev" | 39 | PACKAGECONFIG[gbm] = "-Dgbm=enabled,-Dgbm=disabled,virtual/${MLPREFIX}egl virtual/${MLPREFIX}libgbm udev" |
40 | 40 | ||
41 | # I say virtual/libgl, actually wants egl.pc | 41 | # wants egl.pc |
42 | PACKAGECONFIG[x11-egl] = "-Dx11_egl=enabled,-Dx11_egl=disabled,virtual/${MLPREFIX}libgl libxcb" | 42 | PACKAGECONFIG[x11-egl] = "-Dx11_egl=enabled,-Dx11_egl=disabled,virtual/${MLPREFIX}egl libxcb" |
43 | PACKAGECONFIG[surfaceless-egl] = "-Dsurfaceless_egl=enabled,-Dsurfaceless_egl=disabled,virtual/${MLPREFIX}libgl" | 43 | PACKAGECONFIG[surfaceless-egl] = "-Dsurfaceless_egl=enabled,-Dsurfaceless_egl=disabled,virtual/${MLPREFIX}egl" |
44 | 44 | ||
45 | # TODO: optionally build manpages and examples | 45 | # TODO: optionally build manpages and examples |
46 | 46 | ||