ipc: config.mk corrections
This commit is contained in:
		
							
								
								
									
										10
									
								
								config.mk
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								config.mk
									
									
									
									
									
								
							| @@ -19,6 +19,8 @@ FREETYPELIBS = -lfontconfig -lXft | |||||||
| FREETYPEINC = /usr/include/freetype2 | FREETYPEINC = /usr/include/freetype2 | ||||||
| # OpenBSD (uncomment) | # OpenBSD (uncomment) | ||||||
| #FREETYPEINC = ${X11INC}/freetype2 | #FREETYPEINC = ${X11INC}/freetype2 | ||||||
|  | # OpenBSD - Uncomment this for the swallow patch / SWALLOW_PATCH | ||||||
|  | #KVMLIB = -lkvm | ||||||
|  |  | ||||||
| # Uncomment this for the alpha patch / BAR_ALPHA_PATCH | # Uncomment this for the alpha patch / BAR_ALPHA_PATCH | ||||||
| #XRENDER = -lXrender | #XRENDER = -lXrender | ||||||
| @@ -31,8 +33,8 @@ FREETYPEINC = /usr/include/freetype2 | |||||||
| #PANGOLIB = `pkg-config --libs xft pango pangoxft` | #PANGOLIB = `pkg-config --libs xft pango pangoxft` | ||||||
|  |  | ||||||
| # Uncomment for the ipc patch / IPC_PATCH | # Uncomment for the ipc patch / IPC_PATCH | ||||||
| #YAJLLIBS = -I-lyajl | #YAJLLIBS = -lyajl | ||||||
| #YAJLINC = /usr/include/yajl | #YAJLINC = -I/usr/include/yajl | ||||||
|  |  | ||||||
| # Uncomment this for the rounded corners patch / ROUNDED_CORNERS_PATCH | # Uncomment this for the rounded corners patch / ROUNDED_CORNERS_PATCH | ||||||
| #XEXTLIB = -lXext | #XEXTLIB = -lXext | ||||||
| @@ -41,8 +43,8 @@ FREETYPEINC = /usr/include/freetype2 | |||||||
| #XCBLIBS = -lX11-xcb -lxcb -lxcb-res | #XCBLIBS = -lX11-xcb -lxcb -lxcb-res | ||||||
|  |  | ||||||
| # includes and libs | # includes and libs | ||||||
| INCS = -I${X11INC} -I${FREETYPEINC} ${PANGOINC} ${YAJLLIBS} | INCS = -I${X11INC} -I${FREETYPEINC} ${YAJLINC} ${PANGOINC} | ||||||
| LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS}  ${XRENDER} ${MPDCLIENT} ${XEXTLIB} ${XCBLIBS} ${PANGOLIB} ${YAJLLIBS} | LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS}  ${XRENDER} ${MPDCLIENT} ${XEXTLIB} ${XCBLIBS} ${KVMLIB} ${PANGOLIB} ${YAJLLIBS} | ||||||
|  |  | ||||||
| # flags | # flags | ||||||
| CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_C_SOURCE=200809L -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} | CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_C_SOURCE=200809L -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user