diff options
| author | Alejandro Soto <alejandro@34project.org> | 2023-06-13 00:39:57 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2023-06-13 00:39:57 -0600 |
| commit | 31a416967a3a9765023d3bcdab14c72f4e79d32d (patch) | |
| tree | 189619c06f5d77051939c7510aed67da27624d8b /pkgs/oregano/check-cfg-gio-unix.patch | |
| parent | c23b0042feb2778262b911c5e3c752e2fdd627a1 (diff) | |
pkgs/oregano: prepare for upstream
Diffstat (limited to 'pkgs/oregano/check-cfg-gio-unix.patch')
| -rw-r--r-- | pkgs/oregano/check-cfg-gio-unix.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pkgs/oregano/check-cfg-gio-unix.patch b/pkgs/oregano/check-cfg-gio-unix.patch new file mode 100644 index 0000000..a20bf0d --- /dev/null +++ b/pkgs/oregano/check-cfg-gio-unix.patch @@ -0,0 +1,12 @@ +diff --git a/wscript b/wscript +index 03de4b3..f64ccc4 100644 +--- a/wscript ++++ b/wscript +@@ -68,6 +68,7 @@ def configure(conf): + + conf.check_cfg(atleast_pkgconfig_version='0.26') + conf.check_cfg(package='glib-2.0', uselib_store='GLIB', args=['glib-2.0 >= 2.44', '--cflags', '--libs'], mandatory=True) ++ conf.check_cfg(package='gio-unix-2.0', uselib_store='GLIB', args=['--cflags', '--libs'], mandatory=True) + conf.check_cfg(package='gobject-2.0', uselib_store='GOBJECT', args=['--cflags', '--libs'], mandatory=True) + conf.check_cfg(package='gtk+-3.0', uselib_store='GTK3', args=['gtk+-3.0 >= 3.12', '--cflags', '--libs'], mandatory=True) + conf.check_cfg(package='libxml-2.0', uselib_store='XML', args=['--cflags', '--libs'], mandatory=True) |
