diff options
author | Ade Lovett <ade@FreeBSD.org> | 2001-05-21 02:29:52 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2001-05-21 02:29:52 +0000 |
commit | bf774b0f986404ad4fc962b1a28a6df0bca574a3 (patch) | |
tree | 545989fa22a2afa7e1cb0f89da839657843d2c14 /graphics/Makefile | |
parent | 535a41be373389f3fd811cee8a3fec7c83a102ea (diff) |
Split gdk-pixbuf into the non-GNOME part (gdk-pixbuf) and the
GNOME part (gnomecanvas) to allow for other ports to access
the lower level parts of gdk-pixbuf without the "excess baggage"
of even a minimal GNOME environment.
Submitted by: sobomax (with extensive patches - complain to me)
Notes
Notes:
svn path=/head/; revision=42828
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 2bb46d2131d0..4f4db80fa8c1 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -67,6 +67,7 @@ SUBDIR += gliv SUBDIR += gltk SUBDIR += gnofract4d + SUBDIR += gnomecanvas SUBDIR += gnomeiconedit SUBDIR += gozer SUBDIR += gpaint |