diff options
| author | auric <104602845+ihateamongus@users.noreply.github.com> | 2025-09-08 23:44:06 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-08 23:44:06 -0500 |
| commit | 8f03aa9417b06d91182e7adc2e0b8c53e7cf6069 (patch) | |
| tree | bdc85f947d51e5d5243a0544181738fcf7ec3903 /core/slogin/config.mk | |
| parent | 278f3e9054cf5d7b02e995a69653504242956874 (diff) | |
| parent | 85d91a056004d8dbe5016ba35bc670ad1b75c8b1 (diff) | |
Merge pull request #23 from ihateamongus/codex/create-suckless-style-x11-login-manager
Refactor slogin for framebuffer OpenRC login
Diffstat (limited to 'core/slogin/config.mk')
| -rw-r--r-- | core/slogin/config.mk | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/core/slogin/config.mk b/core/slogin/config.mk index b5c24e9..793f852 100644 --- a/core/slogin/config.mk +++ b/core/slogin/config.mk @@ -1,19 +1,12 @@ -VERSION = 0.1 +VERSION = 0.2 PREFIX = /usr/local MANPREFIX = ${PREFIX}/share/man -X11INC = /usr/X11R6/include -X11LIB = /usr/X11R6/lib - -FREETYPELIBS = -lfontconfig -lXft -FREETYPEINC = /usr/include/freetype2 - -INCS = -I${X11INC} -I${FREETYPEINC} -LIBS = -L${X11LIB} -lX11 ${FREETYPELIBS} -lcrypt +LIBS = -lcrypt CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -DVERSION=\"${VERSION}\" -DHAVE_SHADOW_H -CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} +CFLAGS = -std=c99 -pedantic -Wall -Os ${CPPFLAGS} LDFLAGS = ${LIBS} -CC = cc +CC = cc
\ No newline at end of file |
