Merge lp:~fboucault/gsettings-ubuntu-touch-schemas/crossbuild_fixes into lp:gsettings-ubuntu-touch-schemas

Proposed by Florian Boucault
Status: Approved
Approved by: Ken VanDine
Approved revision: 69
Proposed branch: lp:~fboucault/gsettings-ubuntu-touch-schemas/crossbuild_fixes
Merge into: lp:gsettings-ubuntu-touch-schemas
Diff against target: 11 lines (+2/-0)
1 file modified
debian/rules (+2/-0)
To merge this branch: bzr merge lp:~fboucault/gsettings-ubuntu-touch-schemas/crossbuild_fixes
Reviewer Review Type Date Requested Status
Ken VanDine Approve
Review via email: mp+299416@code.launchpad.net

Commit message

Crossbuild fix: point to the right pkg-config

Description of the change

Crossbuild fix: point to the right pkg-config

To post a comment you must log in.
Revision history for this message
Ken VanDine (ken-vandine) wrote :

Looks good

review: Approve

Unmerged revisions

69. By Florian Boucault

Crossbuild fix: point to the right pkg-config

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/rules'
2--- debian/rules 2014-07-25 14:16:11 +0000
3+++ debian/rules 2016-07-07 13:23:24 +0000
4@@ -4,6 +4,8 @@
5 # Uncomment this to turn on verbose mode.
6 #export DH_VERBOSE=1
7
8+export PKG_CONFIG_PATH=/usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig
9+
10 %:
11 dh $@ --with autoreconf --fail-missing
12

Subscribers

People subscribed via source and target branches