gcarq / inox-patchset

Inox patchset tries to provide a minimal Chromium based browser with focus on privacy by disabling data transmission to Google.
BSD 2-Clause "Simplified" License
364 stars 26 forks source link

Inox54 cups issue #38

Closed nyancat18 closed 7 years ago

nyancat18 commented 7 years ago

when i am trying to compile inox 54

i get this issues ../../printing/backend/print_backend_cups.cc:243:21: error: use of undeclared identifier 'cupsGetPPD'

nyancat18 commented 7 years ago

https://github.com/triceratops1/inoxy

gcarq commented 7 years ago

Fixed with version 54. I switched to gn build system with this release and use_cups=true fixes this issue.

nyancat18 commented 7 years ago

thanks