forked from openembedded/meta-openembedded
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build both gtk3 and gtk4 variants for now ============= Version 42.rc ============= - Translation updates =============== Version 42.beta =============== - Add async methods for thumbnail creation - thumbnail: Resolve symlinks before exporting them with Flatpak - Make table:cangjie5 the default input method for zh_HK - Translation updates ============ Version 42.alpha.1 ============ - build: fix soversion in libgnome-desktop-4 Signed-off-by: Andreas Müller <[email protected]>
- Loading branch information
1 parent
5c93865
commit 07fd6c2
Showing
2 changed files
with
16 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,10 +18,10 @@ Signed-off-by: Andreas Müller <[email protected]> | |
1 file changed, 1 insertion(+), 6 deletions(-) | ||
|
||
diff --git a/meson.build b/meson.build | ||
index cceefe0..df3fdd9 100644 | ||
index 1dc8a73..87d72fe 100644 | ||
--- a/meson.build | ||
+++ b/meson.build | ||
@@ -59,12 +59,7 @@ udev_dep = dependency('libudev', required: get_option('udev')) | ||
@@ -65,12 +65,7 @@ udev_dep = dependency('libudev', required: get_option('udev')) | ||
host_os = host_machine.system() | ||
host_cpu = host_machine.cpu() | ||
supported_os = ['linux'] | ||
|
@@ -32,9 +32,9 @@ index cceefe0..df3fdd9 100644 | |
- seccomp_dep = dependency('', required: false) | ||
-endif | ||
+seccomp_dep = dependency('', required: false) | ||
fontconfig_cache_path = fontconfig_dep.get_pkgconfig_variable('cachedir') | ||
|
||
xkb_base = xkb_config_dep.get_pkgconfig_variable('xkb_base') | ||
fontconfig_cache_path = fontconfig_dep.get_variable(pkgconfig: 'cachedir') | ||
xkb_base = xkb_config_dep.get_variable(pkgconfig: 'xkb_base') | ||
-- | ||
2.31.1 | ||
2.34.1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters