Is there a way to require dev versions of packages used by ADDON_PKG_CONFIG_LIBRARIES?
For instance, I can require libavcodec but only libavcodec-dev installs the headers that are needed for compilation.
Is there a way to require dev versions of packages used by ADDON_PKG_CONFIG_LIBRARIES?
For instance, I can require libavcodec but only libavcodec-dev installs the headers that are needed for compilation.
*-dev is just the name of the package in apt, the ADDON_PKG_CONFIG_LIBRARIES is only to get the config of the package which comes from the -dev version usually