Description: Fix build by not including -f in g-ir-scanner cmdline
 atk1.0 (2.18.0-1+steamrt1) scout; urgency=medium
 .
   * Omit -fvisibility=hidden from g-ir-scanner command-line if used.
Author: Pierre-Loup A. Griffais <pgriffais@valvesoftware.com>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: 2018-08-31

--- atk1.0-2.18.0.orig/atk/Makefile.in
+++ atk1.0-2.18.0/atk/Makefile.in
@@ -541,7 +541,7 @@ BUILT_SOURCES = atkmarshal.h atkmarshal.
 @HAVE_INTROSPECTION_TRUE@    atk-enum-types.h
 
 @HAVE_INTROSPECTION_TRUE@Atk_1_0_gir_INCLUDES = GObject-2.0
-@HAVE_INTROSPECTION_TRUE@Atk_1_0_gir_CFLAGS = $(AM_CPPFLAGS) -I ..
+@HAVE_INTROSPECTION_TRUE@Atk_1_0_gir_CFLAGS = -I$(top_srcdir) -DG_DISABLE_DEPRECATED -DATK_DISABLE_DEPRECATED -DATK_COMPILATION -DATK_LOCALEDIR="\"$(datadir)/locale\"" $(DEP_CFLAGS) -I ..
 @HAVE_INTROSPECTION_TRUE@Atk_1_0_gir_LIBS = libatk-1.0.la
 @HAVE_INTROSPECTION_TRUE@Atk_1_0_gir_SCANNERFLAGS = --pkg-export atk --warn-all --c-include "atk/atk.h"
 @HAVE_INTROSPECTION_TRUE@Atk_1_0_gir_FILES = \
