mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 00:25:27 +00:00
12 lines
320 B
PkgConfig
12 lines
320 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 %SUPERWIN_LIBS%
|
|
Cflags: -I${includedir}/gtkembedmoz
|