On 2015/03/21 07:27, Jiri B wrote: > Hello, > > I'm lost, how to build qt4 flavor of poppler? > There are PSEUDO_FLAVORS involved and even after > reading man pages I can't figure it out :/ > > $ env SUBPACKAGE="-qt4" make show=FULLPKGNAME > poppler-0.32.0 > $ env SUBPACKAGE="-qt4" make > ===> poppler-qt4-0.32.0 Ignored as FLAVOR contains no_qt4 . > > j. >
qt4 isn't a flavour, it's a subpackage. There is a no_qt4 flavour (which is in the default FLAVOR) that *knocks out* building that subpackage. This is to avoid a dependency loop. To build it, you can do: FLAVOR= make Or just use packages.
