• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/lite/0003-pkg-config.patch
Peter KorsgaardPeter Korsgaard committed 298cd8eaa2103 Feb 2015
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
From 7982cccbb6ad58f3802bb266467290200d130a48 Mon Sep 17 00:00:00 2001
2
From: Ville Syrjala <syrjala@sci.fi>
3
Date: Sat, 27 Nov 2010 01:14:25 +0200
4
Subject: [PATCH] Too many '\' characters in the .pc file
5
​
6
---
7
 lite.pc.in |    2 +-
8
 1 files changed, 1 insertions(+), 1 deletions(-)
9
​
10
diff --git a/lite.pc.in b/lite.pc.in
11
index 48eb969..3a21eaa 100644
12
--- a/lite.pc.in
13
+++ b/lite.pc.in
14
@@ -9,4 +9,4 @@ Description: "LiTE" is a Toolkit Engine
15
 Requires: directfb >= @DFB_REQUIRED_VERSION@
16
 Version: @VERSION@
17
 Libs: -L${libdir} -llite
18
-Cflags: -I${includedir} -DLITEFONTDIR=\\\"@LITEFONTDIR@\\\"
19
+Cflags: -I${includedir} -DLITEFONTDIR=\"@LITEFONTDIR@\"
20
--
21
1.7.1
22
​
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.