5 lines
160 B
Python
5 lines
160 B
Python
|
package = FreeDesktopPackage('%{name}', 'pkg-config', '0.27',
|
||
|
configure_flags=["--with-internal-glib"])
|
||
|
|
||
|
package.needs_lipo = True
|