summaryrefslogtreecommitdiff
path: root/gnome-bluetooth-1.0.pc.in
Commit message (Collapse)AuthorAgeFilesLines
* properties: Move to gnome-control-centerBastien Nocera2011-10-181-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=644219
* build: Remove dbus-glib dep from public libraryBastien Nocera2011-10-061-1/+0
|
* gnome-bluetooth-1.0.pc: Add variables for accessing applet libraryColin Walters2011-06-301-0/+2
| | | | | | | This will be used by gnome-shell; slightly better than hardcoding the library path there. https://bugzilla.gnome.org/show_bug.cgi?id=653752
* Fix GTK 2.x requires in pkg-config and GIR filesBastien Nocera2010-06-241-1/+1
|
* Move exec_prefix above libdir (Closes: #577186)Bastien Nocera2009-04-021-1/+1
| | | | svn path=/trunk/; revision=559
* Add exec_prefix to the pkg-config file, god knows what for...Bastien Nocera2009-03-311-0/+1
| | | | svn path=/trunk/; revision=558
* Fix pkg-config fileBastien Nocera2009-02-251-1/+1
| | | | | | To match the library name. svn path=/trunk/; revision=355
* Clean up cflags/libs checkingBastien Nocera2009-02-251-0/+2
| | | | | | | | Do the pkg-config checks for each program and lib, not for each required lib, allows pkg-config to merge the lists. Update pkg-config file svn path=/trunk/; revision=328
* Really add the pkg-config fileBastien Nocera2009-02-251-0/+9
And install it as expected. svn path=/trunk/; revision=327