GNOME Bugzilla – Bug 789185
3.92.1: doesn't install printbackends
Last modified: 2017-10-26 07:50:49 UTC
gtk+ 3.92.1 Ubuntu 17.10 meson 0.42.1 It looks like the printbackends (cups in particular) is built but not actually installed. Could you check if this is working correctly for you? https://git.gnome.org/browse/gtk+/tree/modules/printbackends/meson.build https://git.gnome.org/browse/gtk+/tree/modules/printbackends/cups/meson.build
Created attachment 361850 [details] [review] Install printbackends This does the trick for me but I'm quite new to meson so it would be cool if someone could review the patch.
Review of attachment 361850 [details] [review]: looks right to me
Comment on attachment 361850 [details] [review] Install printbackends Thank you for the review. I've pushed the patch to master branch.