2

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 Answers2

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

from

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