diff options
author | Markus Volk <f_l_k@t-online.de> | 2023-11-17 07:58:15 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-11-20 15:30:53 +0000 |
commit | 7e847cb969a399f825f468bdfd567dd6c1bdfce8 (patch) | |
tree | fb30e7d068189e2d7ca45eab24539e64f9b40ed6 /meta/recipes-gnome | |
parent | f9b4f9efc0789a7bfdf992c59bf871fa6e86a078 (diff) | |
download | poky-7e847cb969a399f825f468bdfd567dd6c1bdfce8.tar.gz |
gtk: Add rdepend on printbackend for cups
install the required printbackends
(From OE-Core rev: 0a97892920db46043102d54ef1623669241e9780)
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r-- | meta/recipes-gnome/gtk+/gtk+3.inc | 2 | ||||
-rw-r--r-- | meta/recipes-gnome/gtk+/gtk4_4.12.3.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-gnome/gtk+/gtk+3.inc b/meta/recipes-gnome/gtk+/gtk+3.inc index 8d01e6077f..4a04c06432 100644 --- a/meta/recipes-gnome/gtk+/gtk+3.inc +++ b/meta/recipes-gnome/gtk+/gtk+3.inc | |||
@@ -41,7 +41,7 @@ PACKAGECONFIG[x11] = "-Dx11_backend=true,-Dx11_backend=false,at-spi2-atk fontcon | |||
41 | # this is provided by oe-core patch that removes epoxy/gl dependency from a X11 build | 41 | # this is provided by oe-core patch that removes epoxy/gl dependency from a X11 build |
42 | PACKAGECONFIG[opengl] = "-Dopengl=true,-Dopengl=false,libepoxy" | 42 | PACKAGECONFIG[opengl] = "-Dopengl=true,-Dopengl=false,libepoxy" |
43 | PACKAGECONFIG[wayland] = "-Dwayland_backend=true,-Dwayland_backend=false,wayland wayland-protocols libxkbcommon virtual/egl virtual/libgles2 wayland-native" | 43 | PACKAGECONFIG[wayland] = "-Dwayland_backend=true,-Dwayland_backend=false,wayland wayland-protocols libxkbcommon virtual/egl virtual/libgles2 wayland-native" |
44 | PACKAGECONFIG[cups] = ",,cups,cups" | 44 | PACKAGECONFIG[cups] = ",,cups,cups gtk3-printbackend-cups" |
45 | PACKAGECONFIG[colord] = "-Dcolord=yes,-Dcolord=no,colord" | 45 | PACKAGECONFIG[colord] = "-Dcolord=yes,-Dcolord=no,colord" |
46 | PACKAGECONFIG[cloudproviders] = "-Dcloudproviders=true,-Dcloudproviders=false,libcloudproviders" | 46 | PACKAGECONFIG[cloudproviders] = "-Dcloudproviders=true,-Dcloudproviders=false,libcloudproviders" |
47 | PACKAGECONFIG[tracker3] = "-Dtracker3=true,-Dtracker3=false,tracker,tracker-miners" | 47 | PACKAGECONFIG[tracker3] = "-Dtracker3=true,-Dtracker3=false,tracker,tracker-miners" |
diff --git a/meta/recipes-gnome/gtk+/gtk4_4.12.3.bb b/meta/recipes-gnome/gtk+/gtk4_4.12.3.bb index a547db8376..001b06934e 100644 --- a/meta/recipes-gnome/gtk+/gtk4_4.12.3.bb +++ b/meta/recipes-gnome/gtk+/gtk4_4.12.3.bb | |||
@@ -66,7 +66,7 @@ PACKAGECONFIG:class-nativesdk = "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d) | |||
66 | PACKAGECONFIG[x11] = "-Dx11-backend=true,-Dx11-backend=false,at-spi2-atk fontconfig libx11 libxext libxcursor libxi libxdamage libxrandr libxrender libxcomposite libxfixes xinerama" | 66 | PACKAGECONFIG[x11] = "-Dx11-backend=true,-Dx11-backend=false,at-spi2-atk fontconfig libx11 libxext libxcursor libxi libxdamage libxrandr libxrender libxcomposite libxfixes xinerama" |
67 | PACKAGECONFIG[wayland] = "-Dwayland-backend=true,-Dwayland-backend=false,wayland wayland-protocols virtual/egl virtual/libgles2 wayland-native" | 67 | PACKAGECONFIG[wayland] = "-Dwayland-backend=true,-Dwayland-backend=false,wayland wayland-protocols virtual/egl virtual/libgles2 wayland-native" |
68 | PACKAGECONFIG[cloudproviders] = "-Dcloudproviders=enabled,-Dcloudproviders=disabled,libcloudproviders" | 68 | PACKAGECONFIG[cloudproviders] = "-Dcloudproviders=enabled,-Dcloudproviders=disabled,libcloudproviders" |
69 | PACKAGECONFIG[cups] = "-Dprint-cups=enabled,-Dprint-cups=disabled,cups,cups" | 69 | PACKAGECONFIG[cups] = "-Dprint-cups=enabled,-Dprint-cups=disabled,cups,cups gtk4-printbackend-cups" |
70 | PACKAGECONFIG[colord] = "-Dcolord=enabled,-Dcolord=disabled,colord" | 70 | PACKAGECONFIG[colord] = "-Dcolord=enabled,-Dcolord=disabled,colord" |
71 | PACKAGECONFIG[iso-codes] = ",,iso-codes,iso-codes" | 71 | PACKAGECONFIG[iso-codes] = ",,iso-codes,iso-codes" |
72 | PACKAGECONFIG[ffmpeg] = "-Dmedia-ffmpeg=enabled,-Dmedia-ffmpeg=disabled,ffmpeg" | 72 | PACKAGECONFIG[ffmpeg] = "-Dmedia-ffmpeg=enabled,-Dmedia-ffmpeg=disabled,ffmpeg" |