elementary / wingpanel-indicator-a11y

Wingpanel Universal Access Indicator
GNU General Public License v2.0
7 stars 7 forks source link

build: fix install path for wingpanel indicator #15

Closed worldofpeace closed 4 years ago

worldofpeace commented 4 years ago

On NixOS all packages are installed into their own immutable prefix. Because of this wingpanel_dep.get_pkgconfig_variable will return a path from within wingpanel's prefix and we cannot write to it. By using define_variable we can replace the libdir to be from the paths from meson. This should have no affect on elementaryOS.