From cb3ad41f4605882f77c0bfb746b8c96d48d89c97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sat, 3 Sep 2022 18:54:38 +0700 Subject: [PATCH] ruler: add missing linking libs --- srcpkgs/ruler/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ruler/template b/srcpkgs/ruler/template index 0884fc46578..4068e2d91ee 100644 --- a/srcpkgs/ruler/template +++ b/srcpkgs/ruler/template @@ -12,7 +12,7 @@ homepage="https://github.com/tudurom/ruler" distfiles="https://github.com/tudurom/ruler/archive/v${version}.tar.gz" checksum=5355e19530bb158b504cca6ba18cc402585e9bdb488e01a2ee76492bc70923c7 -LDFLAGS="-lxcb -lxcb-ewmh -lxcb-icccm -lwm" +LDFLAGS="-lwm -lxcb -lxcb-ewmh -lxcb-icccm -lxcb-cursor" post_install() { vlicense LICENSE