# -*- Mode: Python -*- vi:si:et:sw=4:sts=4:ts=4:syntax=python class Recipe(recipe.Recipe): name = 'atk' version = '2.4.0' licenses = [License.LGPLv2Plus] deps = ['glib'] autoreconf = True files_libs = ['libatk-1.0'] files_devel = ['lib/pkgconfig/atk.pc', 'include/atk-1.0'] files_lang = ['atk10'] def prepare(self): if self.config.target_platform != Platform.LINUX: self.configure_options = ' --disable-gtk-doc'