Skip to content

Commit

Permalink
flatpak: add PACKAGECONFIG for dconf
Browse files Browse the repository at this point in the history
Disable by default to avoid a requirement for meta-gnome

Signed-off-by: Markus Volk <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
MarkusVolk authored and kraj committed Jul 1, 2024
1 parent 0163c11 commit 219aaad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions meta-oe/recipes-extended/flatpak/flatpak_1.15.8.bb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ REQUIRED_DISTRO_FEATURES = "polkit"
DEPENDS = " \
appstream \
bison-native \
dconf \
fuse3 \
gdk-pixbuf \
glib-2.0 \
Expand All @@ -36,7 +35,6 @@ DEPENDS = " \

RDEPENDS:${PN} = " \
ca-certificates \
dconf \
flatpak-xdg-utils \
fuse3-utils \
"
Expand All @@ -49,6 +47,7 @@ GTKDOC_MESON_ENABLE_FLAG = 'enabled'
GTKDOC_MESON_DISABLE_FLAG = 'disabled'

PACKAGECONFIG[curl] = "-Dhttp_backend=curl,,curl"
PACKAGECONFIG[dconf] = "-Ddconf=enabled,-Ddconf=disabled,dconf"
PACKAGECONFIG[docbook_docs] = "-Ddocbook_docs=enabled,-Ddocbook_docs=disabled,xmlto-native"
PACKAGECONFIG[man] = "-Dman=enabled,-Dman=disabled,libxslt-native"
PACKAGECONFIG[soup] = "-Dhttp_backend=soup,,libsoup-2.4"
Expand Down

0 comments on commit 219aaad

Please sign in to comment.