mirror of
https://github.com/vale981/spectrwm
synced 2025-03-04 09:21:39 -05:00
Link libswmhack against libX11
Starting a tool on OpenBSD from urxvt results in: $ ncspot ncspot:/usr/local/lib/libswmhack.so.1.0: undefined symbol 'XKeysymToKeycode' Linking libswmhack against libX11 fixes this issue.
This commit is contained in:
parent
7c5196d990
commit
e59f1c84bc
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ NOPROFILE= yes
|
|||
CFLAGS+= -std=c99 -Wmissing-prototypes -Wall -Wextra -Wshadow -Wno-uninitialized -g
|
||||
CFLAGS+= -fPIC
|
||||
CFLAGS+= -I${X11BASE}/include
|
||||
LDADD+= -L${X11BASE}/lib -lX11
|
||||
|
||||
install:
|
||||
${INSTALL} ${INSTALL_COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \
|
||||
|
|
Loading…
Add table
Reference in a new issue