Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 131527 | Differences between
and this patch

Collapse All | Expand All

(-)Miro-2007-07-24.orig/platform/gtk-x11/setup.py (-1 / +1 lines)
Lines 256-262 Link Here
256
256
257
#### Xine Extension ####
257
#### Xine Extension ####
258
xine_options = parsePkgConfig('pkg-config', 
258
xine_options = parsePkgConfig('pkg-config', 
259
        'libxine pygtk-2.0 gtk+-2.0 glib-2.0 gthread-2.0')
259
        'libxine pygtk-2.0 gtk+-2.0 glib-2.0 gthread-2.0 x11')
260
xine_ext = Extension('miro.xine', [
260
xine_ext = Extension('miro.xine', [
261
        os.path.join(xine_dir, 'xine.pyx'),
261
        os.path.join(xine_dir, 'xine.pyx'),
262
        os.path.join(xine_dir, 'xine_impl.c'),
262
        os.path.join(xine_dir, 'xine_impl.c'),

Return to bug 131527