about summary refs log tree commit diff stats
path: root/gmi/be75381c.txt
diff options
context:
space:
mode:
authorAoi Koizumi <novaburst@kalli.st>2022-03-21 09:15:11 -0300
committerAoi Koizumi <novaburst@kalli.st>2022-03-21 09:15:11 -0300
commitd13dfdbdd6f8f10552d744cdb137390e7a8dabf6 (patch)
treea96c6ff55d71dd8a92723a023f9c19c22c3378b6 /gmi/be75381c.txt
parentdd820100dec1a3150fcd04bd89ccf6864bd6a52e (diff)
downloadmirror-world-d13dfdbdd6f8f10552d744cdb137390e7a8dabf6.tar.gz
*** LGP ERROR ***: Initialize -- Cannot initialize graphics hardware device.
Signed-off-by: Aoi Koizumi <novaburst@kalli.st>
Diffstat (limited to 'gmi/be75381c.txt')
0 files changed, 0 insertions, 0 deletions
gt; 2006-08-01 12:32:33 +0200 applied Sanders patches' href='/acidbong/suckless/dwm/commit/config.mk?h=5.7&id=7b5638f61d5c8b5a76bc3f7a5962cb7490da3b6b'>7b5638f ^
ecc95c9 ^
12b1d43 ^


d7e1708 ^
95766d6 ^
1076f2b
95766d6 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
             
             


                                    

                   




                               
                   
                                     
                                       
 
       
                                             


                                                       
 
                     
       
          
# dwm version
VERSION = 1.7

# Customize below to fit your system

# paths
PREFIX = /usr/local
MANPREFIX = ${PREFIX}/share/man

X11INC = /usr/X11R6/include
X11LIB = /usr/X11R6/lib

# includes and libs
INCS = -I. -I/usr/include -I${X11INC}
LIBS = -L/usr/lib -lc -L${X11LIB} -lX11

# flags
CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\"
LDFLAGS = ${LIBS}
#CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
#LDFLAGS = -g ${LIBS}

# compiler and linker
CC = cc
LD = ${CC}