Skip to content

Commit

Permalink
Revert "Update build files for gobject dependency."
Browse files Browse the repository at this point in the history
This reverts commit 1cd6c9f.

Conflicts:

	COPKG/cairo.autopkg
	COPKG/version.inc

The gobject bindings should be a separate library.
  • Loading branch information
madewokherd committed Oct 12, 2012
1 parent 127cf8f commit 90a01c3
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 20 deletions.
1 change: 0 additions & 1 deletion COPKG/.buildinfo
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ x86 {
requires: {
"pixman-dev[vc10]-${pixman-dep-version}-x86-${pixman-dep-publickeytoken}",
"libpng-dev[vc10]-${libpng-dep-version}-x86-${libpng-dep-publickeytoken}",
"glib-dev[vc10]-${glib-dep-version}-x86-${glib-dep-publickeytoken}",
};

platform: x86;
Expand Down
12 changes: 1 addition & 11 deletions COPKG/cairo-dev-common.autopkg
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ developer-library[cairo] {
headers: {
headers,
featuresheader,
versionheader,
glibheader
versionheader
};
}

Expand Down Expand Up @@ -80,12 +79,3 @@ files[versionheader] {

trim-path:all;
}

files[glibheader] {
root: @"..\util\cairo-gobject";
include: {
"cairo-gobject.h",
};

trim-path:all;
}
1 change: 0 additions & 1 deletion COPKG/cairo-dev.autopkg
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ license[LGPL21] {
requires {
package: "cairo[${flavor}]-${package-version}-x86-${Package.PublicKeyToken}";
package: "cairo-dev-common-${package-version}-any-${Package.PublicKeyToken}";
package: "glib-dev[${flavor}]-${glib-dep-version}-x86-${glib-dep-publickeytoken}";
}

metadata {
Expand Down
2 changes: 0 additions & 2 deletions COPKG/cairo.autopkg
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ license[LGPL21] {
requires {
package: "pixman[${flavor}]-${pixman-dep-version}-x86-${pixman-dep-publickeytoken}";
package: "libpng[${flavor}]-${libpng-dep-version}-x86-${libpng-dep-publickeytoken}";
package: "glib[${flavor}]-${glib-dep-version}-x86-${glib-dep-publickeytoken}";
}

metadata {
Expand Down Expand Up @@ -70,7 +69,6 @@ manifest[cairodeps] {
assembly : {
"pixman[${flavor}]",
"libpng[${flavor}]",
"glib[${flavor}]",
};

// The 'include' section lists files (or sets of files) which will need to
Expand Down
4 changes: 0 additions & 4 deletions COPKG/common.inc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,3 @@
#define { libpng-dep-version: "1.5.4"; }

#define { libpng-dep-publickeytoken: "${deps-publickeytoken}"; }

#define { glib-dep-version: "2.32.3"; }

#define { glib-dep-publickeytoken: "${deps-publickeytoken}"; }
2 changes: 1 addition & 1 deletion COPKG/version.inc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define { package-version: 1.12.4.4; }
#define { package-version: 1.12.4.5; }

0 comments on commit 90a01c3

Please sign in to comment.