3

I am building the customized source code of firefox. When I am going to build the firefox, I am given following error regading the "no pango package error". How can I solve this error. enter image description here

2 Answers 2

7

If you are using Ubuntu 18.04 or similar, try:

sudo aptitude install libpango1.0-dev

In ubuntu 16.04

sudo apt install libpango1.0-dev

from

Sign up to request clarification or add additional context in comments.

Comments

0

sudo yum install 'pkgconfig(pango)'

Should install the necessary packages.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.