The configure issue was due to xorg-dev not being installed on my box. Oops.
The attached patch is all that is needed to move mgp from /usr/X11R6/bin to /usr/bin. Brandon
diff --git a/debian/changelog b/debian/changelog index ad291fc..dee3da1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mgp (1.11b-7) unstable; urgency=low + + * Fix for Xorg 7.0 + + -- Brandon Philips <[EMAIL PROTECTED]> Mon, 17 Apr 2006 14:40:00 +0900 + mgp (1.11b-6) unstable; urgency=low * debian/control: diff --git a/mgp.spec b/mgp.spec index 67ccdda..941e931 100644 --- a/mgp.spec +++ b/mgp.spec @@ -1,8 +1,8 @@ %define name magicpoint %define version 1.11b -%define release 1 +%define release 2 %define serial 1 -%define prefix /usr/X11R6 +%define prefix /usr Summary: X based presentation software. Name: %{name}