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.
Asked
Active
Viewed 3,067 times
2

Pubudu Mahesh Meththananda
- 337
- 4
- 14
2 Answers
5
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

Mattia Dinosaur
- 891
- 10
- 29

Jose M. Abuin
- 109
- 1
- 6
0
sudo yum install 'pkgconfig(pango)'
Should install the necessary packages.

ebo
- 2,717
- 1
- 27
- 22

Mike Kaply
- 747
- 3
- 12