remove some Big references from places that don't need them any more
https://bugzilla.gnome.org/show_bug.cgi?id=614516
This commit is contained in:
parent
045faf3f12
commit
cfea0649d8
@ -1,6 +1,5 @@
|
|||||||
/* -*- mode: js2; js2-basic-offset: 4; indent-tabs-mode: nil -*- */
|
/* -*- mode: js2; js2-basic-offset: 4; indent-tabs-mode: nil -*- */
|
||||||
|
|
||||||
const Big = imports.gi.Big;
|
|
||||||
const Clutter = imports.gi.Clutter;
|
const Clutter = imports.gi.Clutter;
|
||||||
const Gdk = imports.gi.Gdk;
|
const Gdk = imports.gi.Gdk;
|
||||||
const Lang = imports.lang;
|
const Lang = imports.lang;
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
/* -*- mode: js2; js2-basic-offset: 4; indent-tabs-mode: nil -*- */
|
/* -*- mode: js2; js2-basic-offset: 4; indent-tabs-mode: nil -*- */
|
||||||
|
|
||||||
const Big = imports.gi.Big;
|
|
||||||
const Clutter = imports.gi.Clutter;
|
const Clutter = imports.gi.Clutter;
|
||||||
const Gio = imports.gi.Gio;
|
const Gio = imports.gi.Gio;
|
||||||
const Gtk = imports.gi.Gtk;
|
const Gtk = imports.gi.Gtk;
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
/* -*- mode: js2; js2-basic-offset: 4; indent-tabs-mode: nil -*- */
|
/* -*- mode: js2; js2-basic-offset: 4; indent-tabs-mode: nil -*- */
|
||||||
|
|
||||||
const Big = imports.gi.Big;
|
|
||||||
const Clutter = imports.gi.Clutter;
|
const Clutter = imports.gi.Clutter;
|
||||||
const Gio = imports.gi.Gio;
|
const Gio = imports.gi.Gio;
|
||||||
const GLib = imports.gi.GLib;
|
const GLib = imports.gi.GLib;
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
/* -*- mode: js2; js2-basic-offset: 4; indent-tabs-mode: nil -*- */
|
/* -*- mode: js2; js2-basic-offset: 4; indent-tabs-mode: nil -*- */
|
||||||
|
|
||||||
const Big = imports.gi.Big;
|
|
||||||
const Clutter = imports.gi.Clutter;
|
const Clutter = imports.gi.Clutter;
|
||||||
const GdkPixbuf = imports.gi.GdkPixbuf;
|
const GdkPixbuf = imports.gi.GdkPixbuf;
|
||||||
const Gdk = imports.gi.Gdk;
|
const Gdk = imports.gi.Gdk;
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
/* -*- mode: js2; js2-basic-offset: 4; indent-tabs-mode: nil -*- */
|
/* -*- mode: js2; js2-basic-offset: 4; indent-tabs-mode: nil -*- */
|
||||||
|
|
||||||
const Big = imports.gi.Big;
|
|
||||||
const Clutter = imports.gi.Clutter;
|
const Clutter = imports.gi.Clutter;
|
||||||
const GdkPixbuf = imports.gi.GdkPixbuf;
|
const GdkPixbuf = imports.gi.GdkPixbuf;
|
||||||
const Gdk = imports.gi.Gdk;
|
const Gdk = imports.gi.Gdk;
|
||||||
|
@ -159,6 +159,6 @@ libst_1_0_la_LDFLAGS = $(LDADD)
|
|||||||
noinst_PROGRAMS += test-theme
|
noinst_PROGRAMS += test-theme
|
||||||
|
|
||||||
test_theme_CPPFLAGS = $(st_cflags)
|
test_theme_CPPFLAGS = $(st_cflags)
|
||||||
test_theme_LDADD = libst-1.0.la libbig-1.0.la
|
test_theme_LDADD = libst-1.0.la
|
||||||
|
|
||||||
test_theme_SOURCES = st/test-theme.c
|
test_theme_SOURCES = st/test-theme.c
|
||||||
|
@ -220,7 +220,6 @@ St-1.0.gir: $(mutter) $(G_IR_SCANNER) libst-1.0.la Makefile
|
|||||||
--add-include-path=$(builddir) \
|
--add-include-path=$(builddir) \
|
||||||
--libtool="$(LIBTOOL)" \
|
--libtool="$(LIBTOOL)" \
|
||||||
--library=libst-1.0.la \
|
--library=libst-1.0.la \
|
||||||
--library=libbig-1.0.la \
|
|
||||||
-DST_COMPILATION \
|
-DST_COMPILATION \
|
||||||
$(addprefix $(srcdir)/,$(st_source_h)) \
|
$(addprefix $(srcdir)/,$(st_source_h)) \
|
||||||
$(addprefix $(srcdir)/,$(st_source_c)) \
|
$(addprefix $(srcdir)/,$(st_source_c)) \
|
||||||
|
@ -42,8 +42,6 @@
|
|||||||
#include "st-theme-context.h"
|
#include "st-theme-context.h"
|
||||||
#include "st-tooltip.h"
|
#include "st-tooltip.h"
|
||||||
|
|
||||||
#include <big/rectangle.h>
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Forward declaration for sake of StWidgetChild
|
* Forward declaration for sake of StWidgetChild
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user