$OpenBSD: patch-plugins_Makefile_am,v 1.1 2012/04/27 10:59:31 ajacoutot Exp $

From fedb2be311b69c9dd12ada94047c82a28e73df47 Mon Sep 17 00:00:00 2001
Date: Wed, 21 Mar 2012 17:40:06 +0000
Subject: disable wacom support on s390/s390x

--- plugins/Makefile.am.orig	Mon Apr 16 14:34:35 2012
+++ plugins/Makefile.am	Fri Apr 27 12:42:48 2012
@@ -15,7 +15,6 @@ enabled_plugins =	\
 	media-keys	\
 	mouse		\
 	sound		\
-	wacom		\
 	xrandr		\
 	xsettings	\
 	$(NULL)
@@ -38,6 +37,12 @@ if HAVE_GUDEV
 enabled_plugins += orientation
 else
 disabled_plugins += orientation
+endif
+
+if HAVE_WACOM
+enabled_plugins += wacom
+else
+disabled_plugins += wacom
 endif
 
 if BUILD_PRINT_NOTIFICATIONS
