[oe] [PATCH 1/6] libxfce4ui: give up glade3 (=glade for gtk2) support

Khem Raj raj.khem at gmail.com
Mon Dec 16 02:38:44 UTC 2019


On Sun, Dec 15, 2019 at 5:21 PM Andreas Müller <schnitzeltony at gmail.com>
wrote:

> Signed-off-by: Andreas Müller <schnitzeltony at gmail.com>
> ---
>  meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.14.1.bb | 3 ---
>  1 file changed, 3 deletions(-)
>
> diff --git a/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.14.1.bb
> b/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.14.1.bb
> index 053eb201b..348b685be 100644
> --- a/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.14.1.bb
> +++ b/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.14.1.bb
> @@ -17,7 +17,6 @@ SRC_URI[sha256sum] =
> "c449075eaeae4d1138d22eeed3d2ad7032b87fb8878eada9b770325bed
>  EXTRA_OECONF += "--with-vendor-info=${DISTRO}"
>
>  PACKAGECONFIG ??= ""
> -PACKAGECONFIG[gladeui] = "--enable-gladeui,--disable-gladeui,glade3"


Here it would now use defaults and since glade3 is gone from deps it will
disable it I guess
But could you explain why we want to remove this

>
>  PACKAGECONFIG[gladeui2] = "--enable-gladeui2,--disable-gladeui2,glade"
>  PACKAGECONFIG[startup-notification] =
> "--enable-startup-notification,--disable-startup-notification,startup-notification"
>
> @@ -28,9 +27,7 @@ FILES_${PN}-gtk3 += "${libdir}/libxfce4ui-2.so.*
> ${libdir}/libxfce4kbd-private-3
>  PACKAGES += "${PN}-glade"
>  FILES_${PN}-glade = " \
>      ${libdir}/glade \
> -    ${libdir}/glade3 \
>      ${datadir}/glade \
> -    ${datadir}/glade3 \
>  "
>
>  RDEPENDS_${PN}-gtk2 = "${PN}"
> --
> 2.21.0
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>


More information about the Openembedded-devel mailing list