diff options
Diffstat (limited to 'repo/x11/libwacom.xibuild')
-rw-r--r-- | repo/x11/libwacom.xibuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/x11/libwacom.xibuild b/repo/x11/libwacom.xibuild index 18653e9..80dd536 100644 --- a/repo/x11/libwacom.xibuild +++ b/repo/x11/libwacom.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(meson libxml2) -DEPS=(glib2 libgudev librsvg) +MAKEDEPS="meson libxml2" +DEPS="glib2 libgudev librsvg" DESC="Library to identify Wacom tablets and their features" |