ごめん
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
|
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
|
||||||
*/
|
*/
|
||||||
// static char *font = "Liberation Mono:pixelsize=16:antialias=true:autohint=true";
|
// static char *font = "Liberation Mono:pixelsize=16:antialias=true:autohint=true";
|
||||||
static char *font = "Noto Sans CJK:pixelsize=16:antialias=true:autohint=true";
|
static char *font = "mono:pixelsize=16:antialias=true:autohint=true";
|
||||||
static char *font2[] = {
|
static char *font2[] = {
|
||||||
"Noto Sans CJK:pixelsize=16",
|
"Noto Sans CJK:pixelsize=16",
|
||||||
// "DejaVuSansM Nerd Font:pixelsize=16",
|
// "DejaVuSansM Nerd Font:pixelsize=16",
|
||||||
|
|||||||
@@ -25,11 +25,12 @@ PKG_CONFIG = pkg-config
|
|||||||
.if "$(UNAME)" == "OpenBSD"
|
.if "$(UNAME)" == "OpenBSD"
|
||||||
INCS = -I$(X11INC) -I$(FREETYPE) \
|
INCS = -I$(X11INC) -I$(FREETYPE) \
|
||||||
-I/usr/include/freetype2 \
|
-I/usr/include/freetype2 \
|
||||||
|
-L/usr/local/include \
|
||||||
`$(PKG_CONFIG) --cflags fontconfig` \
|
`$(PKG_CONFIG) --cflags fontconfig` \
|
||||||
`$(PKG_CONFIG) --cflags freetype2`
|
`$(PKG_CONFIG) --cflags freetype2`
|
||||||
CPPFLAGS = -DVERSION=\"$(VERSION)\" -D_XOPEN_SOURCE=600 -D_BSD_SOURCE
|
CPPFLAGS = -DVERSION=\"$(VERSION)\" -D_XOPEN_SOURCE=600 -D_BSD_SOURCE
|
||||||
LIBS = -L$(X11LIB) -static -lm -lX11 -lutil -lXft \
|
LIBS = -L$(X11LIB) -L/usr/local/lib -static -lm -lX11 -lutil -lXft \
|
||||||
-lfontconfig -lfreetype -lc -lxcb -lpthread -lz -lexpat \
|
-lfontconfig -lfreetype -lc -lxcb -lpthread -lpng16 -lz -lexpat \
|
||||||
-lXrender -lXau -lXdmcp
|
-lXrender -lXau -lXdmcp
|
||||||
MANPREFIX = ${PREFIX}/man
|
MANPREFIX = ${PREFIX}/man
|
||||||
.elif "$(UNAME)" == "FreeBSD"
|
.elif "$(UNAME)" == "FreeBSD"
|
||||||
|
|||||||
Reference in New Issue
Block a user