pidgin/purple-plugin-pack

Remove now-unnecessary stuff from top-level meson.build.
meson
2017-06-23, Elliott Sales de Andrade
f80fd48d190a
Parents a35ecaaa2454
Children ebe3525b074a
Remove now-unnecessary stuff from top-level meson.build.
  • +1 -12
    meson.build
  • --- a/meson.build Fri Jun 23 04:43:15 2017 -0400
    +++ b/meson.build Fri Jun 23 04:46:09 2017 -0400
    @@ -45,7 +45,6 @@
    #######################################################################
    PURPLE = dependency('purple@0@'.format(PURPLE_VER))
    -
    PURPLE_LIBDIR = PURPLE.get_pkgconfig_variable('plugindir')
    PURPLE_DATADIR = PURPLE.get_pkgconfig_variable('datadir')
    @@ -160,22 +159,12 @@
    INSTALL_I18N = get_option('nls')
    #######################################################################
    -# plugin_pack.py has already done our heavy lifting from the boot
    -# strap. So we'll include our config file it created and call it to
    -# determine our build directories
    +# Add all plugin directories:
    #######################################################################
    -#AC_PATH_PROG([PYTHON], [python], [no])
    -
    -# include the config file we created during bootstrapping
    -#m4_include([plugin_pack.m4])
    -
    PP_PURPLE_BUILD = []
    PP_PIDGIN_BUILD = []
    PP_FINCH_BUILD = []
    -#######################################################################
    -# Add all plugin directories:
    -#######################################################################
    subdir('album')
    subdir('autoprofile')
    subdir('autoreply')