|
Revision 512, 320 bytes
(checked in by andreas, 5 years ago)
|
initial import
-> the example may not build at the moment...will to be fixed with next commit
|
| Line | |
|---|
| 1 |
prefix=@prefix@ |
|---|
| 2 |
exec_prefix=@exec_prefix@ |
|---|
| 3 |
libdir=@libdir@ |
|---|
| 4 |
includedir=@includedir@ |
|---|
| 5 |
|
|---|
| 6 |
Name: gtkimageviewmm |
|---|
| 7 |
Description: C++ wrapper for gtkimageview |
|---|
| 8 |
Requires: glibmm-2.4 gtkimageview |
|---|
| 9 |
Version: @VERSION@ |
|---|
| 10 |
Libs: -L${libdir} -lgtkimageviewmm-1.0 |
|---|
| 11 |
Cflags: -I${includedir}/gtkimageviewmm-1.0 -I${libdir}/gtkimageviewmm-1.0/include |
|---|