version changed to 1.1.4 and -lXrender for transparency added
This commit is contained in:
parent
29bb97ea85
commit
d048c52b04
@ -1,6 +1,6 @@
|
|||||||
# Pinentry settings
|
# Pinentry settings
|
||||||
DATE = $$(date +'%B %Y')
|
DATE = $$(date +'%B %Y')
|
||||||
VERSION = 0.1.3
|
VERSION = 0.1.4
|
||||||
BUGREPORT = https:\/\/github.com\/mrdotx\/pinentry-dmenu
|
BUGREPORT = https:\/\/github.com\/mrdotx\/pinentry-dmenu
|
||||||
|
|
||||||
# Paths
|
# Paths
|
||||||
@ -22,10 +22,10 @@ FREETYPEINC = /usr/include/freetype2
|
|||||||
|
|
||||||
# Includes and libs
|
# Includes and libs
|
||||||
INCS = -I${X11INC} -I${FREETYPEINC}
|
INCS = -I${X11INC} -I${FREETYPEINC}
|
||||||
LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS}
|
LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS} -lXrender
|
||||||
|
|
||||||
# Flags
|
# Flags
|
||||||
CPPFLAGS = -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200809L -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} -DPACKAGE_VERSION=\"${VERSION}\" -DPACKAGE_BUGREPORT=\"${BUGREPORT}\"
|
CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} -DPACKAGE_VERSION=\"${VERSION}\" -DPACKAGE_BUGREPORT=\"${BUGREPORT}\"
|
||||||
CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
|
CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
|
||||||
LDFLAGS = -s ${LIBS}
|
LDFLAGS = -s ${LIBS}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user