rules.mk: make PKG_CONFIG_DEPENDS properly track string values
authorMatthias Schiffer <mschiffer@universe-factory.net>
Fri, 24 Feb 2017 11:16:33 +0000 (12:16 +0100)
committerMatthias Schiffer <mschiffer@universe-factory.net>
Mon, 27 Feb 2017 22:46:53 +0000 (23:46 +0100)
commit5ef0854b1109ba2dbd1dd3d9f87ce5801002d0ba
treed49621928529ec854f2907e1cf43f343c9f14c55
parentd49ddcdfd27ba3d171b856f223712b88d5fc2046
rules.mk: make PKG_CONFIG_DEPENDS properly track string values

The confvar macro is adjusted to not only consider if a variable has a
value or not, but also the value itself. Instead of creating a string of
'y' and 'n' characters, all variable names and values are concatenated
and hashed.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
rules.mk