mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
ruler: add missing linking libs
This commit is contained in:
parent
41f7dc0739
commit
cb3ad41f46
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue