|
Lines 71-78
option( WITH_XCURSOR "Enable xcursor support" ${WITH_ALL_OPTIONS} )
Link Here
|
| 71 |
option( WITH_XFIXES "Enable xfixes support" ${WITH_ALL_OPTIONS} ) |
71 |
option( WITH_XFIXES "Enable xfixes support" ${WITH_ALL_OPTIONS} ) |
| 72 |
option( WITH_XRANDR "Enable xrandr support" ${WITH_ALL_OPTIONS} ) |
72 |
option( WITH_XRANDR "Enable xrandr support" ${WITH_ALL_OPTIONS} ) |
| 73 |
option( WITH_XRENDER "Enable xrender support" ${WITH_ALL_OPTIONS} ) |
73 |
option( WITH_XRENDER "Enable xrender support" ${WITH_ALL_OPTIONS} ) |
| 74 |
option( WITH_XDAMAGE "Enable xdamage support" ${WITH_ALL_OPTIONS} ) |
|
|
| 75 |
option( WITH_XEXT "Enable xext support" ${WITH_ALL_OPTIONS} ) |
| 76 |
option( WITH_LIBCONFIG "Enable libconfig support" ${WITH_ALL_OPTIONS} ) |
74 |
option( WITH_LIBCONFIG "Enable libconfig support" ${WITH_ALL_OPTIONS} ) |
| 77 |
option( WITH_XTEST "Enable xtest support" ${WITH_ALL_OPTIONS} ) |
75 |
option( WITH_XTEST "Enable xtest support" ${WITH_ALL_OPTIONS} ) |
| 78 |
option( WITH_OPENGL "Enable openGL support" ${WITH_ALL_OPTIONS} ) |
76 |
option( WITH_OPENGL "Enable openGL support" ${WITH_ALL_OPTIONS} ) |
|
Lines 104-111
option( WITH_GCC_VISIBILITY "Enable fvisibility and fvisibility-inlines-hidden"
Link Here
|
| 104 |
# WITH_XCOMPOSITE affects twin kicker(taskmanager) tdm |
102 |
# WITH_XCOMPOSITE affects twin kicker(taskmanager) tdm |
| 105 |
# WITH_XCURSOR affects tdeioslaves(thumbnail), kcontrol(input), kdesktop |
103 |
# WITH_XCURSOR affects tdeioslaves(thumbnail), kcontrol(input), kdesktop |
| 106 |
# WITH_XFIXES affects twin klipper kicker(taskmanager) |
104 |
# WITH_XFIXES affects twin klipper kicker(taskmanager) |
| 107 |
# WITH_XDAMAGE affects <nothing> |
|
|
| 108 |
# WITH_XEXT affects <nothing> |
| 109 |
# WITH_XRANDR affects tdm, kcontrol(displayconfig randr iccconfig) |
105 |
# WITH_XRANDR affects tdm, kcontrol(displayconfig randr iccconfig) |
| 110 |
# WITH_XRENDER affects twin konsole kicker(taskmanager) kdesktop |
106 |
# WITH_XRENDER affects twin konsole kicker(taskmanager) kdesktop |
| 111 |
# kcontrol(style) |
107 |
# kcontrol(style) |
|
Lines 136-145
option( WITH_GCC_VISIBILITY "Enable fvisibility and fvisibility-inlines-hidden"
Link Here
|
| 136 |
# NOTE: if WITH_XCOMPOSITE=ON then the following options are also required: |
132 |
# NOTE: if WITH_XCOMPOSITE=ON then the following options are also required: |
| 137 |
# WITH_XRENDER=ON |
133 |
# WITH_XRENDER=ON |
| 138 |
# WITH_XFIXES=ON |
134 |
# WITH_XFIXES=ON |
| 139 |
# WITH_XDAMAGE=ON |
|
|
| 140 |
# WITH_XEXT=ON |
| 141 |
# NOTE: seems WITH_XDAMAGE and WITH_XET doesn't change anything |
| 142 |
# they are just required by WITH_XCOMPOSITE |
| 143 |
|
135 |
|
| 144 |
##### user requested modules #################### |
136 |
##### user requested modules #################### |
| 145 |
|
137 |
|