diff options
| author | yuzu-eva <stevenhu@web.de> | 2022-12-16 01:31:47 +0100 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2022-12-16 01:31:47 +0100 |
| commit | 9dee0bda79290d920d1727a592ffb8bfab2f1582 (patch) | |
| tree | 15698d0be81be7347124f1db966fbeff78c5a0a3 /config.mk.rej | |
| parent | c2eeef84fdfa3cb9a40d00d0aa0f35aa09438d99 (diff) | |
add alpha patch
Diffstat (limited to 'config.mk.rej')
| -rw-r--r-- | config.mk.rej | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/config.mk.rej b/config.mk.rej new file mode 100644 index 0000000..ad62275 --- /dev/null +++ b/config.mk.rej @@ -0,0 +1,11 @@ +--- config.mk ++++ config.mk +@@ -16,7 +16,7 @@ PKG_CONFIG = pkg-config + INCS = -I$(X11INC) \ + `$(PKG_CONFIG) --cflags fontconfig` \ + `$(PKG_CONFIG) --cflags freetype2` +-LIBS = -L$(X11LIB) -lm -lrt -lX11 -lutil -lXft \ ++LIBS = -L$(X11LIB) -lm -lrt -lX11 -lutil -lXft -lXrender\ + `$(PKG_CONFIG) --libs fontconfig` \ + `$(PKG_CONFIG) --libs freetype2` + |
