[recipes: 1/2] build: fix cross building



commit 3ad8307fda4f713d9105ff8de4bd049e3167057d
Author: Rasmus Thomsen <cogitri exherbo org>
Date:   Sat Sep 15 22:00:37 2018 +0200

    build: fix cross building

 tools/meson.build | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/tools/meson.build b/tools/meson.build
index 39d14cf..0130ba0 100644
--- a/tools/meson.build
+++ b/tools/meson.build
@@ -1,3 +1,4 @@
 recipe_extract = executable('recipe-extract', 'recipe-extract.c',
            include_directories : top_inc,
-           dependencies: deps)
+           dependencies : dependency('glib-2.0', native: true),
+           native : true)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]