mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 00:55:37 +00:00
12 lines
318 B
PkgConfig
12 lines
318 B
PkgConfig
prefix=%prefix%
|
|
exec_prefix=%exec_prefix%
|
|
libdir=%libdir%
|
|
includedir=%includedir%
|
|
|
|
Name: Mozilla Gtk Embedding Widget
|
|
Description: Mozilla Embedding Widget for Gtk+
|
|
Version: %MOZILLA_VERSION%
|
|
Requires: mozilla-xpcom = %MOZILLA_VERSION%
|
|
Libs: -L${libdir} -lgtkembedmoz -lgtksuperwin
|
|
Cflags: -I${includedir}/gtkembedmoz
|