summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb')
-rw-r--r--meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb b/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb
index 0c5ed5e55e..2e463cd7b3 100644
--- a/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb
+++ b/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb
@@ -27,12 +27,14 @@ inherit autotools pkgconfig features_check mime-xdg
27REQUIRED_DISTRO_FEATURES = "x11" 27REQUIRED_DISTRO_FEATURES = "x11"
28 28
29EXTRA_OECONF = "--with-gtk=3" 29EXTRA_OECONF = "--with-gtk=3"
30# GCC 14 finds extra incompatible pointer type warnings which are treated as errors
31CFLAGS += "-Wno-error=incompatible-pointer-types"
30 32
31do_install:append () { 33do_install:append () {
32 install -d ${D}/${datadir} 34 install -d ${D}/${datadir}
33 install -d ${D}/${datadir}/pixmaps/ 35 install -d ${D}/${datadir}/pixmaps/
34 36
35 install -m 0644 ${WORKDIR}/*.png ${D}/${datadir}/pixmaps 37 install -m 0644 ${UNPACKDIR}/*.png ${D}/${datadir}/pixmaps
36} 38}
37 39
38FILES:${PN} += "${libdir}/pcmanfm" 40FILES:${PN} += "${libdir}/pcmanfm"