Use gjs-internals.pc

Gjs changed to separate the "basic" API from "embedder" API.  Unfortunately
due to our use of the importer API and a few other bits, we need to use
the "module" one.  In the future I plan to extend the core API to
support this use case.
This commit is contained in:
Colin Walters
2010-10-21 10:50:30 -04:00
parent 33e955770c
commit 85d3336245
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
#include <gio/gio.h>
#include <math.h>
#include <X11/extensions/Xfixes.h>
#include <gjs/gjs.h>
#include <gjs/gjs-module.h>
#include <canberra.h>
#ifdef HAVE_SYS_RESOURCE_H
#include <sys/resource.h>