summaryrefslogtreecommitdiffstats
path: root/utils/irqbalance/patches/010-meson-set-glib2-static.patch
blob: 02d58f1f0d68ff56f7c7f39f22fd3ff28c4995a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/meson.build
+++ b/meson.build
@@ -6,7 +6,7 @@ project('irqbalance', 'c',
 
 cc = meson.get_compiler('c')
 
-glib_dep = dependency('glib-2.0')
+glib_dep = dependency('glib-2.0', static: true)
 m_dep = cc.find_library('m', required: false)
 capng_dep = dependency('libcap-ng', required: get_option('capng'))
 ncurses_dep = dependency('curses', required: get_option('ui'))