summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-xfce/recipes-apps/catfish/catfish_4.16.3.bb2
-rw-r--r--meta-xfce/recipes-apps/menulibre/menulibre_2.2.3.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-xfce/recipes-apps/catfish/catfish_4.16.3.bb b/meta-xfce/recipes-apps/catfish/catfish_4.16.3.bb
index cadbdf14c..bf3d7ed97 100644
--- a/meta-xfce/recipes-apps/catfish/catfish_4.16.3.bb
+++ b/meta-xfce/recipes-apps/catfish/catfish_4.16.3.bb
@@ -3,7 +3,7 @@ SECTION = "x11/application"
3LICENSE = "GPLv2" 3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4" 4LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4"
5 5
6inherit xfce-app distutils3 gtk-icon-cache mime-xdg 6inherit xfce-app setuptools3 gtk-icon-cache mime-xdg
7 7
8DEPENDS += "python3-distutils-extra-native" 8DEPENDS += "python3-distutils-extra-native"
9 9
diff --git a/meta-xfce/recipes-apps/menulibre/menulibre_2.2.3.bb b/meta-xfce/recipes-apps/menulibre/menulibre_2.2.3.bb
index 4aa50d50b..3d0e55d36 100644
--- a/meta-xfce/recipes-apps/menulibre/menulibre_2.2.3.bb
+++ b/meta-xfce/recipes-apps/menulibre/menulibre_2.2.3.bb
@@ -9,7 +9,7 @@ DEPENDS = " \
9 intltool-native \ 9 intltool-native \
10" 10"
11 11
12inherit distutils3 gtk-icon-cache features_check 12inherit setuptools3 gtk-icon-cache features_check
13 13
14REQUIRED_DISTRO_FEATURES = "x11" 14REQUIRED_DISTRO_FEATURES = "x11"
15 15