diff options
author | Jason Schonberg <schonm@gmail.com> | 2024-11-26 01:48:53 -0500 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-11-26 07:26:29 -0800 |
commit | 1f6b2a0a2bedff99c91c589821d3fe7284b763de (patch) | |
tree | f791cefa19a633a8c2d5ec9c480e98cd4041c21d /meta-xfce/recipes-xfce | |
parent | 6dcafb2c7590f3db217a5e9ff6f352e4556a4500 (diff) | |
download | meta-openembedded-1f6b2a0a2bedff99c91c589821d3fe7284b763de.tar.gz |
xfce4-settings: ignore some warnings.
Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-xfce')
-rw-r--r-- | meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.18.3.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.18.3.bb b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.18.3.bb index 7bfcb492f8..f9620d85d0 100644 --- a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.18.3.bb +++ b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.18.3.bb | |||
@@ -11,6 +11,7 @@ REQUIRED_DISTRO_FEATURES = "x11" | |||
11 | SRC_URI += "file://0001-xsettings.xml-Set-default-themes.patch" | 11 | SRC_URI += "file://0001-xsettings.xml-Set-default-themes.patch" |
12 | SRC_URI[sha256sum] = "2db9e99be503280739a08779503bdf11db8b9db9851c3a981deb449002f3f1a1" | 12 | SRC_URI[sha256sum] = "2db9e99be503280739a08779503bdf11db8b9db9851c3a981deb449002f3f1a1" |
13 | 13 | ||
14 | CFLAGS += " -Wno-deprecated-declarations -Wno-implicit-function-declaration" | ||
14 | EXTRA_OECONF += "--enable-maintainer-mode --disable-debug" | 15 | EXTRA_OECONF += "--enable-maintainer-mode --disable-debug" |
15 | 16 | ||
16 | PACKAGECONFIG ??= " \ | 17 | PACKAGECONFIG ??= " \ |