elementary / switchboard-plug-locale

Switchboard Locale Plug
GNU Lesser General Public License v3.0
11 stars 10 forks source link

build: fix install path for switchboard plug #91

Closed worldofpeace closed 5 years ago

worldofpeace commented 5 years ago

On NixOS all packages are installed into their own immutable prefix. Because of this switchboard_dep.get_pkgconfig_variable will return a path from within switchboard'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.


Also includes https://github.com/elementary/switchboard-plug-locale/commit/ce595b48bf15243bfea0198450a91340525d8cf2 for completion.