blob: b7924cef070df146b3fe2e3fb63a3974a94ce0bd (
plain)
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
26
27
28
29
30
31
32
33
34
35
36
|
*** kdebase/kcontrol/Makefile.am.ORI 2011-09-18 22:04:50.000000000 +0200
--- kdebase/kcontrol/Makefile.am 2011-09-18 22:05:00.000000000 +0200
***************
*** 12,18 ****
endif
if include_kcontrol_iccconfig
! ICCCONFIG_SUBDIR=iccconfig
endif
if include_kcontrol_usbview
--- 12,18 ----
endif
if include_kcontrol_iccconfig
! #ICCCONFIG_SUBDIR=iccconfig
endif
if include_kcontrol_usbview
***************
*** 24,30 ****
endif
if include_kcontrol_randr
! RANDR_SUBDIR=randr
endif
if include_kcontrol_joystick
--- 24,30 ----
endif
if include_kcontrol_randr
! #RANDR_SUBDIR=randr
endif
if include_kcontrol_joystick
|