From 642d7fd8ecfe30c4bb0bf420fde53c2ed8b1c711 Mon Sep 17 00:00:00 2001 From: grahnen Date: Tue, 15 Jan 2019 03:08:11 +0100 Subject: [PATCH] Link against libtouch --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 3ed0c5515..94123f916 100644 --- a/meson.build +++ b/meson.build @@ -58,7 +58,7 @@ xcb = dependency('xcb', required: get_option('xwayland')) math = cc.find_library('m') rt = cc.find_library('rt') git = find_program('git', native: true, required: false) - +libtouch = dependency('libtouch') # Try first to find wlroots as a subproject, then as a system dependency wlroots_version = '>=0.4.1' wlroots_proj = subproject(