Lines 64-69
Link Here
|
64 |
.undef WITH_GS_${D} |
64 |
.undef WITH_GS_${D} |
65 |
.elif defined(WITH_GS_${D}) |
65 |
.elif defined(WITH_GS_${D}) |
66 |
_CUPS_DEVS+= ${D} |
66 |
_CUPS_DEVS+= ${D} |
|
|
67 |
.elif ${OPTIONS_CUPS_DEFAULT} == "on" |
68 |
_CUPS_DEVS+= ${D} |
69 |
WITH_GS_${D}=yes |
67 |
.endif |
70 |
.endif |
68 |
.endfor |
71 |
.endfor |
69 |
|
72 |
|
Lines 83-88
Link Here
|
83 |
.undef WITH_GS_${D} |
86 |
.undef WITH_GS_${D} |
84 |
.elif defined(WITH_GS_${D}) |
87 |
.elif defined(WITH_GS_${D}) |
85 |
_VGA_DEVS+= ${D} |
88 |
_VGA_DEVS+= ${D} |
|
|
89 |
.elif ${OPTIONS_SVGALIB_DEFAULT} == "on" |
90 |
_VGA_DEVS+= ${D} |
91 |
WITH_GS_${D}=yes |
86 |
.endif |
92 |
.endif |
87 |
.endfor |
93 |
.endfor |
88 |
|
94 |
|
Lines 100-105
Link Here
|
100 |
. undef WITH_GS_${D} |
106 |
. undef WITH_GS_${D} |
101 |
.elif defined(WITH_GS_${D}) |
107 |
.elif defined(WITH_GS_${D}) |
102 |
_X11_DEVS+= ${D} |
108 |
_X11_DEVS+= ${D} |
|
|
109 |
.elif ${OPTIONS_X11_DEFAULT} == "on" |
110 |
_X11_DEVS+= ${D} |
111 |
WITH_GS_${D}=yes |
103 |
.endif |
112 |
.endif |
104 |
.endfor |
113 |
.endfor |
105 |
|
114 |
|
Lines 130-135
Link Here
|
130 |
.undef WITH_GS_${D} |
139 |
.undef WITH_GS_${D} |
131 |
.elif defined(WITH_GS_${D}) |
140 |
.elif defined(WITH_GS_${D}) |
132 |
_ICONV_DEVS+= ${D} |
141 |
_ICONV_DEVS+= ${D} |
|
|
142 |
.elif ${OPTIONS_ICONV_DEFAULT} == "on" |
143 |
_ICONV_DEVS+= ${D} |
144 |
WITH_GS_${D}=yes |
133 |
.endif |
145 |
.endif |
134 |
.endfor |
146 |
.endfor |