HomePhabricator

build: fix Windows builds without pkg-config

Description

build: fix Windows builds without pkg-config

  • guard PKG_PROG_PKG_CONFIG with an m4_ifdef. If not building for windows, require it
  • add nops as necessary in case the ifdef reduces the if/then to nothing
  • AC_SUBST some missing _LIBS. These were split out over time, but not all were properly substituted. They continued to work if pkg-config is installed because it does the AC_SUBST itself

Details

Provenance
Cory Fields <cory-nospam-@coryfields.com>Authored on Jul 7 2016, 17:47
deadalnixPushed on May 14 2017, 22:04
Parents
rABC0c928cb13cc9: build: Fix Qt5PlatformSupport check without pkg-config
Branches
Unknown
Tags
Unknown

Event Timeline

Cory Fields <cory-nospam-@coryfields.com> committed rABCb556beda2643: build: fix Windows builds without pkg-config (authored by Cory Fields <cory-nospam-@coryfields.com>).Jul 7 2016, 18:18