diff options
author | Christian Schmitt <chris@ilovelinux.de> | 2014-01-26 12:45:51 +0100 |
---|---|---|
committer | Christian Schmitt <chris@ilovelinux.de> | 2014-01-26 12:55:47 +0100 |
commit | a80223ee0d8d574f7702c7398723bb07012c4f68 (patch) | |
tree | 2dd85e9efff9436f6d4fc45d3819da7fcf3db32f /games-simulation/flightgear | |
parent | [app-emulation/fs-uae-launcher] updated to fs-uae-launcher-2.3.17.ebuild (diff) | |
download | gamerlay-a80223ee0d8d574f7702c7398723bb07012c4f68.tar.gz gamerlay-a80223ee0d8d574f7702c7398723bb07012c4f68.tar.bz2 gamerlay-a80223ee0d8d574f7702c7398723bb07012c4f68.zip |
[games-simulation/flightgear] enable system sqlite usage again
This reverts commit a254282867704e9810539efb2b941a3fe816e378.
Diffstat (limited to 'games-simulation/flightgear')
-rw-r--r-- | games-simulation/flightgear/flightgear-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-simulation/flightgear/flightgear-9999.ebuild b/games-simulation/flightgear/flightgear-9999.ebuild index 0c7b21f..fcc8f3f 100644 --- a/games-simulation/flightgear/flightgear-9999.ebuild +++ b/games-simulation/flightgear/flightgear-9999.ebuild @@ -52,7 +52,7 @@ src_configure() { -DJPEG_FACTORY=OFF -DSIMGEAR_SHARED=ON -DSP_FDMS=OFF - -DSYSTEM_SQLITE=OFF + -DSYSTEM_SQLITE=ON $(cmake-utils_use_enable fgcom) $(cmake-utils_use_enable fgcom IAX) $(cmake-utils_use_with fgpanel) |