Changeset 4662


Ignore:
Timestamp:
09/22/08 12:47:09 (5 years ago)
Author:
marek
Message:

remove gtk dependency
beautify makefile

Location:
trunk/src/host/pye17/evas
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/host/pye17/evas/Makefile

    r4661 r4662  
    33 
    44CFLAGS = -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include/ -I/usr/include/python2.5 -I/usr/include/pygtk-2.0/ -I$(EVAS_PATH) -I. -g 
    5 LDFLAGS = -levas -L$(EVAS_PATH)/.libs/libevas.so -lglib-2.0 
     5LDFLAGS = -levas -L/usr/local/lib -lglib-2.0 
    66 
    77.PHONY: all clean evas.so 
  • trunk/src/host/pye17/evas/evas.override

    r4661 r4662  
    66%% 
    77modulename evas 
    8 %% 
    9 import gtk.Plug as PyGtkPlug_Type 
    108%% 
    119ignore-glob 
Note: See TracChangeset for help on using the changeset viewer.