HomePhabricator

build: fix Windows builds without pkg-config
b556beda2643Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

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
schancelPushed on Jan 5 2018, 21:58
schancelPushed on Jan 5 2018, 21:39
schancelPushed on Jan 5 2018, 21:17
Parents
rSTAGING0c928cb13cc9: build: Fix Qt5PlatformSupport check without pkg-config
Branches
Unknown
Tags
Unknown

Event Timeline

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