mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Adjust the way packages are detected.
This commit is contained in:
@@ -6,7 +6,7 @@ import subprocess
|
||||
emit(
|
||||
"""
|
||||
PKG_CONFIG ?= pkg-config
|
||||
PACKAGES := $(shell $(PKG_CONFIG) --list-package-names)
|
||||
PACKAGES := $(shell $(PKG_CONFIG) --list-all | cut -d' ' -f1)
|
||||
"""
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user