gtkd-developers / GtkD

GtkD is a D binding and OO wrapper of GTK+ originally created by Antonio Monteiro
http://gtkd.org
Other
322 stars 71 forks source link

Doesn't install .pc files #276

Closed yurivict closed 5 years ago

yurivict commented 5 years ago

There are lines in the makefile that install them, but they probably aren't in the default path.

Could you please define build/install targets that would install all commonly requires parts, including .pc files and shared libs?

Thanks! Yuri

MikeWey commented 5 years ago

The makefile currently installs them in $(DESTDIR)$(prefix)/$(libdir)/pkgconfig which defaults to: /usr/local/lib/pkgconfig which should be the correct location, only /usr/local isn't always in the default pkg-config path.