diff options
Diffstat (limited to 'redhat/tdebase/kdebase-3.5.12-disable-krandr.patch')
-rw-r--r-- | redhat/tdebase/kdebase-3.5.12-disable-krandr.patch | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/redhat/tdebase/kdebase-3.5.12-disable-krandr.patch b/redhat/tdebase/kdebase-3.5.12-disable-krandr.patch new file mode 100644 index 000000000..b7924cef0 --- /dev/null +++ b/redhat/tdebase/kdebase-3.5.12-disable-krandr.patch @@ -0,0 +1,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 |