From 8aa51a5e03149837504688ab3cdcb7aa2ee5fadd Mon Sep 17 00:00:00 2001 From: davidovski Date: Sat, 19 Feb 2022 16:00:22 +0000 Subject: fixed dependency issues --- repo/x11/libwacom.xibuild | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 repo/x11/libwacom.xibuild (limited to 'repo/x11/libwacom.xibuild') diff --git a/repo/x11/libwacom.xibuild b/repo/x11/libwacom.xibuild new file mode 100644 index 0000000..18653e9 --- /dev/null +++ b/repo/x11/libwacom.xibuild @@ -0,0 +1,22 @@ +#!/bin/bash + +MAKEDEPS=(meson libxml2) +DEPS=(glib2 libgudev librsvg) + +DESC="Library to identify Wacom tablets and their features" + +PKG_VER=2.1.0 +SOURCE=https://github.com/linuxwacom/libwacom/releases/download/libwacom-$PKG_VER/libwacom-$PKG_VER.tar.xz + +build () { + mkdir build && + cd build && + + meson --prefix=/usr --buildtype=release -Dtests=disabled .. && + ninja + +} + +package () { + DESTDIR=$PKG_DEST ninja install +} -- cgit v1.2.1